Skip to content

Commit 3eb9d12

Browse files
committed
fix(.travis.yml): Last Resort
1 parent 0212375 commit 3eb9d12

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
language: node_js
22
cache:
33
directories:
4-
- ~/.npm
4+
- node_modules
55
notifications:
66
email: false
77
node_js:
8-
- "iojs"
8+
- '10'
99
before_install:
1010
- npm i -g npm@^2.0.0
11-
before_success:
11+
before_script:
12+
- npm prune
13+
script:
1214
- npm run test
1315
after_success:
1416
- npm run semantic-release

0 commit comments

Comments
 (0)