Skip to content

Commit 6993560

Browse files
author
Lionel Bijaoui
committed
Trying to fix Travis 3
1 parent e4fb3a5 commit 6993560

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

.travis.yml

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
11
language: node_js
22
cache:
3-
directories:
4-
- node_modules
3+
yarn: true
4+
directories:
5+
- node_modules
6+
57
node_js:
6-
- "9"
8+
- "10"
79
- "8"
810
- "6"
9-
after_success:
10-
- npm run coverall
11+
12+
install:
13+
- npm install
14+
15+
script:
16+
- npm run test
1117

1218
deploy:
13-
provider: npm
14-
email: $NPM_EMAIL
15-
api_key: $NPM_API_KEY
16-
skip_cleanup: true
17-
on:
18-
tags: true
19-
node: "8"
19+
provider: npm
20+
email: $NPM_EMAIL
21+
api_key: $NPM_API_KEY
22+
skip_cleanup: true
23+
on:
24+
tags: true
25+
node: "8"
26+
27+
after_success:
28+
- npm run coverall

0 commit comments

Comments
 (0)