Skip to content

Commit 48cf6ba

Browse files
author
Lionel Bijaoui
committed
Trying to fix Travis 4
1 parent 6993560 commit 48cf6ba

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.travis.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
language: node_js
22
cache:
3-
yarn: true
43
directories:
54
- node_modules
6-
75
node_js:
86
- "10"
97
- "8"
108
- "6"
11-
12-
install:
13-
- npm install
14-
15-
script:
16-
- npm run test
17-
189
deploy:
1910
provider: npm
2011
email: $NPM_EMAIL
@@ -23,6 +14,5 @@ deploy:
2314
on:
2415
tags: true
2516
node: "8"
26-
2717
after_success:
2818
- npm run coverall

0 commit comments

Comments
 (0)