Skip to content

Commit 4aef5ef

Browse files
committed
ci: yarn --ignore-engines
1 parent def2f81 commit 4aef5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- '8'
4+
- '10'
55
branches:
66
only:
77
- master
88
cache:
99
directories:
1010
- node_modules
1111
install:
12-
- yarn
12+
- yarn --ignore-engines
1313
script:
1414
- yarn test
1515
- yarn coveralls

0 commit comments

Comments
 (0)