Skip to content

Commit 2bb587c

Browse files
committed
chore: update semantic release process
1 parent 24a4b84 commit 2bb587c

File tree

3 files changed

+868
-391
lines changed

3 files changed

+868
-391
lines changed

.travis.yml

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
sudo: false
21
language: node_js
3-
#cache:
4-
# directories:
5-
# - node_modules
2+
cache:
3+
directories:
4+
- ~/.npm
65
notifications:
76
email: false
87
node_js:
9-
- 9
10-
- 8
11-
- 7
12-
- 6
13-
before_script:
14-
- npm prune
15-
- 'curl -Lo travis_after_all.py https://git.io/vLSON'
8+
- '9'
9+
- '8'
10+
- '6'
11+
before_install:
12+
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
1613
after_success:
17-
- python travis_after_all.py
18-
- export $(cat .to_export_back)
1914
- npm run semantic-release
15+
branches:
16+
except:
17+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)