Skip to content

Commit a0d798e

Browse files
committed
fix(Travis): fix semantic release
1 parent a5302ba commit a0d798e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
language: node_js
22
cache:
33
directories:
4-
- node_modules
4+
- ~/.npm
55
notifications:
66
email: false
77
node_js:
88
- '9'
99
- '8'
10+
install:
11+
- npm install
1012
before_script:
1113
- npm prune
1214
after_success:
1315
- npm run semantic-release
1416
branches:
1517
except:
16-
- /^v\d+\.\d+\.\d+$/
18+
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)