mv travis.yml

This commit is contained in:
Colin McLeod
2016-02-13 20:58:39 -08:00
parent c34c0ee07d
commit a7b1dcaf02

14
.travis.yml Normal file
View File

@@ -0,0 +1,14 @@
language: node_js
notifications:
email: false
sudo: false
node_js:
- "4.2.6"
cache:
directories:
- node_modules
before_script:
script:
- npm test