mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
10
.travis.yml
Normal file
10
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user