Last active
December 23, 2015 12:49
-
-
Save netmilk/6637438 to your computer and use it in GitHub Desktop.
Travis dotfile for testing with DREDD
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.8 | |
- 0.10 | |
before_install: | |
- npm install -g dredd | |
script: ./scripts/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