Skip to content

Commit

Permalink
build: Using npm to execute script insted of npx
Browse files Browse the repository at this point in the history
Fix for error code 127, Executable not found.

#1
  • Loading branch information
inf3cti0n95 committed Dec 31, 2018
1 parent ac9b51a commit eac12fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
provider: script
skip_cleanup: true
script:
- npx semantic-release
- npx codecov
- npm run semantic-release
- npm run codecov

0 comments on commit eac12fa

Please sign in to comment.