Add travis

This commit is contained in:
Kay0u 2020-06-04 00:14:57 +02:00
parent e0a1e43977
commit 129ae25df8
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

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