Add travis config file

This commit is contained in:
Max Brunsfeld 2017-07-14 14:48:51 -07:00
parent 6861ab03bf
commit dc84753599
1 changed files with 3 additions and 0 deletions

3
.travis.yml Normal file
View File

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