Skip to content

Commit

Permalink
fix: semver-rel
Browse files Browse the repository at this point in the history
  • Loading branch information
zetxx committed Nov 8, 2019
1 parent 5ab6f4b commit 37802a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ script: echo "Running tests against $(node -v) ..."

jobs:
include:
only:
- master
- stage: test
only:
- master
script: npm run unit-test
- stage: release
only:
- master
deploy:
provider: script
skip_cleanup: true
Expand Down

0 comments on commit 37802a9

Please sign in to comment.