Skip to content

Commit 3998391

Browse files
author
Lionel Bijaoui
committed
Trying to fix Travis 5
1 parent 48cf6ba commit 3998391

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

.travis.yml

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +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-
- "10"
7-
- "8"
8-
- "6"
8+
- "10"
9+
- "8"
10+
- "6"
11+
12+
install:
13+
- npm install
14+
15+
script:
16+
- npm run test
17+
918
deploy:
10-
provider: npm
11-
email: $NPM_EMAIL
12-
api_key: $NPM_API_KEY
13-
skip_cleanup: true
14-
on:
15-
tags: true
16-
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+
1727
after_success:
18-
- npm run coverall
28+
- npm run coverall

0 commit comments

Comments
 (0)