Add Travis File

This commit is contained in:
nicco 2018-02-21 19:42:44 +01:00
parent 91aa96d0af
commit 23ccd009b8
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.*
!.travis.yml
src/*.js
src/*.js.map

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: node_js
node_js:
- "node"