Skip to content

Commit

Permalink
Separate build and test to two different commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sourrust committed Apr 15, 2015
1 parent 53c916e commit 002767e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- "0.12"
script:
- "node tools/build.js -t node && npm test"
- "node tools/build.js -t node"
- "npm test"

sudo: false # Use container-based architecture

0 comments on commit 002767e

Please sign in to comment.