Merge pull request #49 from rastapasta/travis-ci

Add Travis CI configuration
This commit is contained in:
Christian Paul 2018-10-25 16:44:08 -07:00 committed by GitHub
commit 5a384f6e25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"