Skip to content

Commit 14f6d04

Browse files
committedFeb 7, 2015
Try to fix travis weird bug removing meteorite...
1 parent 10d930f commit 14f6d04

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: node_js
22
node_js:
33
- "0.10"
44
before_install:
5-
- "curl -L http://git.io/ejPSng | /bin/sh"
5+
- "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"
69
notifications:
710
slack: differential:L6ydnf9YbCImkL3LHFfNRpf6

0 commit comments

Comments
 (0)