Skip to content

Commit d017fb5

Browse files
authored
build: Move semantic-release to CI (#25)
* build: Move semantic-release to CI * chore: Add package-lock.json * build: Remove some old Travis stuff * build: Use Node 8 explicetly
1 parent 28aa14c commit d017fb5

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)