Skip to content

Commit 61c5726

Browse files
Merge pull request #489 from lionel-bijaoui/fix_travis
Fix travis
2 parents 1d3a0a3 + e1e4a2a commit 61c5726

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

.travis.yml

+20-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
11
language: node_js
22
cache:
3-
directories:
4-
- node_modules
3+
directories:
4+
- node_modules
5+
56
node_js:
6-
- "9"
7+
- "10"
78
- "8"
89
- "6"
9-
after_success:
10-
- npm run coverall
10+
11+
install:
12+
- npm install
13+
14+
script:
15+
- npm test
1116

1217
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"
18+
provider: npm
19+
email: $NPM_EMAIL
20+
api_key: $NPM_API_KEY
21+
skip_cleanup: true
22+
on:
23+
tags: true
24+
node: "8"
25+
26+
after_success:
27+
- npm run coverall

0 commit comments

Comments
 (0)