Skip to content

Commit 219b950

Browse files
authored
Merge branch 'master' into master
2 parents 15e94f5 + d017fb5 commit 219b950

File tree

3 files changed

+8260
-11
lines changed

3 files changed

+8260
-11
lines changed

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
1-
sudo: false
21
language: node_js
32
cache:
43
directories:
54
- node_modules
65
notifications:
76
email: false
87
node_js:
9-
- stable
8+
- '8'
109
- '6'
1110
- '4'
1211
before_install:
1312
- npm i -g npm@^5.0.0
14-
before_script:
15-
- npm prune
1613
after_success:
17-
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
18-
- python travis_after_all.py
19-
- export $(cat .to_export_back) &> /dev/null
20-
- npm install -g semantic-release
21-
- semantic-release
14+
- travis-deploy-once "npm install -g semantic-release@13 && semantic-release"
2215
branches:
2316
except:
2417
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)