Add travis.yml

Unfortunately, travis is not setup for private repos in the facebookincubator repo yet. I'll ping the relevant people tomorrow outside of the weekend :)
This commit is contained in:
Christopher Chedeau
2016-07-17 16:56:44 -07:00
parent 30d4e9cd66
commit 90fc2abff4

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
---
language: node_js
node_js: 4
cache:
directories:
- node_modules
- global-cli/node_modules
script: tests/e2e.sh