Created
October 1, 2013 13:55
-
-
Save BoyCook/6778817 to your computer and use it in GitHub Desktop.
Travis yml for TiddlySpace app with tsapp
This file contains hidden or 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
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