Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Fux travis coday script
Browse files Browse the repository at this point in the history
  • Loading branch information
andela-thomas committed Apr 12, 2016
1 parent 08f9f54 commit e0d825d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ sudo: false
node_js:
- '5.9.0'
- 'stable'
script: 'npm run test-travis'
before_script: 'npm run test-travis'

script: 'cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'
# Send coverage data to Coveralls

after_script:
-'cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js'
-'cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage'
after_script: 'cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage'


0 comments on commit e0d825d

Please sign in to comment.