Skip to content

Instantly share code, notes, and snippets.

@BoyCook
Created October 1, 2013 13:55
Show Gist options
  • Save BoyCook/6778817 to your computer and use it in GitHub Desktop.
Save BoyCook/6778817 to your computer and use it in GitHub Desktop.
Travis yml for TiddlySpace app with tsapp
node_js:
- "0.10"
language: node_js
before_script:
- npm install -g istanbul
- npm install -g mocha
- pip install -U tsapp
script: make test-cov
after_success:
- make coveralls
- make auth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment