Skip to content

Commit 76d2119

Browse files
committed
ci: prevent Travis from failing to install deps on Node 6
1 parent 571f179 commit 76d2119

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ node_js:
99
- '10'
1010
- '8'
1111
- '6'
12+
install:
13+
- yarn install --ignore-engines
1214
after_success:
1315
- npm run travis-deploy-once "npm run semantic-release"
1416
branches:

0 commit comments

Comments
 (0)