Skip to content

Instantly share code, notes, and snippets.

@queso
Created March 3, 2014 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save queso/9330759 to your computer and use it in GitHub Desktop.
Save queso/9330759 to your computer and use it in GitHub Desktop.
#!/bin/sh
#configuring the system
wget https://raw.github.com/arunoda/travis-ci-meteor-packages/master/Makefile
wget https://raw.github.com/arunoda/travis-ci-meteor-packages/master/start_test.js
wget https://raw.github.com/arunoda/travis-ci-meteor-packages/master/phantom_runner.js
#install meteor
curl -L https://gist.githubusercontent.com/queso/9330669/raw/1e441436809ae5746b3f5d5905cd3434b7dc4b59/install.sh | /bin/sh
#installing meteorite
npm install -g meteorite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment