Merge pull request #7024 from meteor/travis

Set up travis
This commit is contained in:
Tom Coleman
2016-05-10 19:35:03 -07:00

10
.travis.yml Normal file
View File

@@ -0,0 +1,10 @@
language: node_js
node_js:
- "0.10"
cache:
directories:
- "dev_bundle"
- ".meteor"
- ".babel-cache"
install: ./meteor --get-ready
script: CIRCLE_NODE_INDEX=0 ./scripts/ci.sh