Created
June 9, 2015 11:32
-
-
Save akaHeimdall/eac8b92e37942f9bbfe6 to your computer and use it in GitHub Desktop.
shippable.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
- [email protected] | |
on_success: change | |
on_failure: always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment