Skip to content

Commit

Permalink
Fix: better ordering travis build lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
c-geek committed Nov 26, 2015
1 parent 0d426ef commit 2d9cc5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ sudo: false
# Unit Tests (+code coverage)
script: npm run-script test-travis

after_script:
after_success:
# Send coverage data to Coveralls
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- rm -Rf ./coverage

before_deploy:
# Download & embed Nodejs binary
- NVER=`node -v`
- wget http://nodejs.org/dist/${NVER}/node-${NVER}-linux-x64.tar.gz
Expand Down

0 comments on commit 2d9cc5f

Please sign in to comment.