Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leodutra committed Jan 14, 2016
1 parent b1a7d77 commit 30fc264
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ node_js:
- '1.1'
- iojs

before_script:
- export CODACY_PROJECT_TOKEN=becf7b26a5d84fceab4c94d0bb2bf2ec
before_install:
- npm install -g istanbul coveralls codacy-coverage

before_script:
- export CODACY_PROJECT_TOKEN=becf7b26a5d84fceab4c94d0bb2bf2ec

after_success:
- istanbul cover ./node_modules/tape/bin/tape --report lcovonly -- tests/**/*.js && cat ./coverage/lcov.info | coveralls && codacy-coverage ./coverage/lcov.info && rm -rf ./coverage
Expand Down

0 comments on commit 30fc264

Please sign in to comment.