Skip to content

Instantly share code, notes, and snippets.

@akaHeimdall
Created June 9, 2015 11:32
Show Gist options
  • Save akaHeimdall/eac8b92e37942f9bbfe6 to your computer and use it in GitHub Desktop.
Save akaHeimdall/eac8b92e37942f9bbfe6 to your computer and use it in GitHub Desktop.
shippable.yml
language: node_js
node_js:
- 0.10.25
# - 0.10.30
services:
- mongodb
before_install:
- npm install -g phantomjs
- npm install -g velocity-cli
install:
- git clone https://github.com/meteor/meteor.git ~/meteor
before_script:
- mkdir -p shippable/testresults
- mkdir -p shippable/codecoverage
- export PATH=~/meteor/:$PATH
script: meteor run --test
notifications:
email:
recipients:
- srichardson@virtualevals.org
on_success: change
on_failure: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment