Skip to content

Commit

Permalink
build: Possible fix for build failing in TravisCI
Browse files Browse the repository at this point in the history
Added before_script npm install to install dependencies

#1
  • Loading branch information
inf3cti0n95 committed Dec 31, 2018
1 parent eac12fa commit 6b6576c
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 6b6576c

Please sign in to comment.