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 37802a9 commit 9f8a360
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ node_js:

script: echo "Running tests against $(node -v) ..."

branches:
only:
- master

jobs:
include:
- 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 9f8a360

Please sign in to comment.