Skip to content

Commit 695756a

Browse files
committed
ci(import): leveraged the shareable configs
1 parent a00c755 commit 695756a

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

.travis.yml

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
language: node_js
1+
version: ~> 1.0
2+
3+
import:
4+
- form8ion/.travis-ci:node.yml
5+
- traverson/.travis-ci:authenticated-semantic-release-stage.yml
6+
27
node_js:
38
- '10.6.0'
49
- '4'
@@ -8,24 +13,3 @@ node_js:
813
- '8'
914
- '9'
1015

11-
sudo: false
12-
13-
branches:
14-
except:
15-
- "/^v\\d+\\.\\d+\\.\\d+$/"
16-
17-
jobs:
18-
include:
19-
- stage: release
20-
node_js: 10
21-
script: skip
22-
before_deploy: npm install semantic-release @traverson/semantic-release-config --no-save
23-
deploy:
24-
provider: script
25-
skip_cleanup: true
26-
script: npx semantic-release
27-
28-
env:
29-
global:
30-
- FORCE_COLOR=1
31-
- NPM_CONFIG_COLOR=always

0 commit comments

Comments
 (0)