Skip to content

Commit 1a4b87d

Browse files
committed
chore(ci): use build stages and update some deps
1 parent a81aa32 commit 1a4b87d

File tree

3 files changed

+5932
-5933
lines changed

3 files changed

+5932
-5933
lines changed

.travis.yml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
language: node_js
2-
cache:
3-
directories:
4-
- node_modules
5-
notifications:
6-
email: false
72
node_js:
3+
- lts/*
84
- '8'
95
- '6'
106
- '4'
11-
before_install:
12-
- npm i -g npm@^5.0.0
13-
after_success:
14-
- travis-deploy-once "npm install -g semantic-release@13 && semantic-release"
7+
notifications:
8+
email: false
159
branches:
1610
except:
1711
- /^v\d+\.\d+\.\d+$/
12+
jobs:
13+
include:
14+
- stage: release
15+
node_js: lts/*
16+
script: skip
17+
deploy:
18+
provider: script
19+
skip_cleanup: true
20+
script:
21+
- npx semantic-release

0 commit comments

Comments
 (0)