Skip to content

Commit cf054df

Browse files
committed
ci(import): leveraged the shareable semantic-release config
1 parent 73cf21a commit cf054df

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
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))?)?$/
5+
import:
6+
- source: dsmjs/.travis-ci:authenticated-semantic-release.yml
77
before_script:
88
- npm ls >/dev/null
9-
deploy:
10-
provider: script
11-
edge: true
12-
script: npx semantic-release@beta
13-
'on':
14-
all_branches: true
159
env:
1610
global:
1711
- FORCE_COLOR=1

0 commit comments

Comments
 (0)