Skip to content

Commit e4411ae

Browse files
committedMar 11, 2019
[chore] Update ci to use an older node 11 version
See jestjs/jest#8069 Also use pure-lockfile to be sure to always keep the good deps
1 parent b148f49 commit e4411ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ language: node_js
22

33
node_js:
44
- "10"
5-
- "11"
5+
- "11.10.1"
66

77
before_install:
88
- npm install -g yarn@1.12.3
99

10+
install:
11+
- yarn install --pure-lockfile
12+
1013
script:
1114
- yarn lint
1215
- yarn test:unit --coverage --ci

0 commit comments

Comments
 (0)