Skip to content

Commit

Permalink
Merge pull request #2 from inf3cti0n95/build-fix
Browse files Browse the repository at this point in the history
build: Possible fix for build failing in TravisCI
  • Loading branch information
inf3cti0n95 authored Dec 31, 2018
2 parents eac12fa + 6b6576c commit bec3f6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
deploy:
provider: script
skip_cleanup: true
before_script:
- npm install
- npm install -g codecov
script:
- npm run semantic-release
- npm run codecov
after_success:
- npm run codecov

0 comments on commit bec3f6f

Please sign in to comment.