Skip to content

Commit 721d338

Browse files
committed
ci(import): leveraged the shareable semantic-release config
1 parent bc6ac84 commit 721d338

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.travis.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1+
version: ~> 1.0
12
language: node_js
23
notifications:
34
email: false
4-
branches:
5-
except:
6-
- /^v\d+\.\d+\.\d+(-(alpha|beta)\.\d+(@(alpha|beta))?)?$/
7-
before_script:
8-
- npm ls >/dev/null
9-
deploy:
10-
provider: script
11-
edge: true
12-
script: npx semantic-release@beta
13-
'on':
14-
all_branches: true
5+
import:
6+
- source: form8ion/.travis-ci:authenticated-semantic-release.yml
7+
before_script: npm ls >/dev/null
158
env:
169
global:
1710
- FORCE_COLOR=1

0 commit comments

Comments
 (0)