Skip to content

Commit

Permalink
Add travis.yml
Browse files Browse the repository at this point in the history
Unfortunately, travis is not setup for private repos in the facebookincubator repo yet. I'll ping the relevant people tomorrow outside of the weekend :)
  • Loading branch information
vjeux committed Jul 18, 2016
1 parent 30d4e9c commit 90fc2ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
language: node_js
node_js: 4
cache:
directories:
- node_modules
- global-cli/node_modules
script: tests/e2e.sh

0 comments on commit 90fc2ab

Please sign in to comment.