Add travis file.

This commit is contained in:
Viktor Kovacs 2021-03-27 08:57:09 +01:00
parent 0eca9a2184
commit 1552ddb8ac

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: node_js
node_js:
- 15
install:
- npm install
script:
- npm run build
- npm run test