Skip to content

Commit

Permalink
ci(publish): enabled pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Feb 4, 2019
1 parent 6a59d61 commit 255a071
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 @@ -9,15 +9,17 @@ notifications:
email: false
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
- /^v\d+\.\d+\.\d+(-(alpha|beta)\.\d+(@(alpha|beta))?)?$/
install:
- npm ci
- gem install travis
after_success: npm run coverage:report
deploy:
provider: script
skip_cleanup: true
script: npx semantic-release
script: npx semantic-release@beta
on:
all_branches: true
env:
global:
- FORCE_COLOR=1
Expand Down

0 comments on commit 255a071

Please sign in to comment.