Add travis

This commit is contained in:
Kay0u 2020-06-04 00:14:57 +02:00 committed by Alexandre Aubin
parent d7eec9d23f
commit f85bf8ce64

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: node_js
node_js:
- "10"
before_install:
- cd src
script:
- npm ci
- gulp build --dev
- gulp lint --dev