Skip to content

Commit

Permalink
ci(travis): Hopefully fix uploading of codecov coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
John Persson committed Dec 14, 2017
1 parent 151924a commit 0c46d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ script:
- npm run build
after_success:
- npm run test:coverage
- npm run report-coverage
- npm run semantic-release
- bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 0c46d16

Please sign in to comment.