Add TravisCI Configuration

This commit is contained in:
Josh Johnson 2018-01-27 20:21:28 -05:00
parent 80dc78c574
commit 11d5034661
1 changed files with 10 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
notifications:
email: false
sudo: false
install:
- npm install
script:
- npm run test