Skip to content

Commit 6b7a409

Browse files
committed
ci(import): leveraged the shareable configs
which also takes care of the dpl v2 lint issue
1 parent 75cf256 commit 6b7a409

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.travis.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
language: node_js
1+
version: ~> 1.0
22
notifications:
33
email: false
4-
branches:
5-
except:
6-
- /^v\d+\.\d+\.\d+$/
4+
import:
5+
- source: form8ion/.travis-ci:node.yml
6+
- source: traverson/.travis-ci:authenticated-semantic-release.yml
77
before_script: npm ls >/dev/null
8-
deploy:
9-
provider: script
10-
skip_cleanup: true
11-
script: npx semantic-release
12-
env:
13-
global:
14-
- FORCE_COLOR=1
15-
- NPM_CONFIG_COLOR=always

0 commit comments

Comments
 (0)