Skip to content

Instantly share code, notes, and snippets.

@netmilk
Last active December 23, 2015 12:49
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 netmilk/6637438 to your computer and use it in GitHub Desktop.
Save netmilk/6637438 to your computer and use it in GitHub Desktop.
Travis dotfile for testing with DREDD
language: node_js
node_js:
- 0.8
- 0.10
before_install:
- npm install -g dredd
script: ./scripts/test
notifications:
email:
recipients:
- adam@apiary.io
on_success: change
on_failure: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment