Skip to content

Commit

Permalink
Merge pull request rlidwka#7 from fl4re/tidy_up_travis_yml
Browse files Browse the repository at this point in the history
Split travis file in install & script
  • Loading branch information
dgaya committed Mar 9, 2016
2 parents 8f901fd + cd62119 commit 987a5f6
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 @@ -21,4 +21,5 @@ matrix:
- node_js: '0.10'
- node_js: 'iojs'
fast_finish: true
script: npm install . && npm run test-travis
install: npm install .
script: npm run test-travis

0 comments on commit 987a5f6

Please sign in to comment.