We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d930f commit 14f6d04Copy full SHA for 14f6d04
.travis.yml
@@ -2,6 +2,9 @@ language: node_js
2
node_js:
3
- "0.10"
4
before_install:
5
- - "curl -L http://git.io/ejPSng | /bin/sh"
+ - "wget https://raw.github.com/arunoda/travis-ci-meteor-packages/master/Makefile"
6
+ - "wget https://raw.github.com/arunoda/travis-ci-meteor-packages/master/start_test.js"
7
+ - "wget https://raw.github.com/arunoda/travis-ci-meteor-packages/master/phantom_runner.js"
8
+ - "curl https://install.meteor.com | /bin/sh"
9
notifications:
10
slack: differential:L6ydnf9YbCImkL3LHFfNRpf6
0 commit comments