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

5
.travis.yml Normal file
View File

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