Skip to content

Commit bd1017c

Browse files
authored
ci: temporarily switch to Node v11.10 to fix tests
There's an upcoming fix in Node, so we're doing this only temporarily to prevent CI failure. jestjs/jest#8069
1 parent b81dc89 commit bd1017c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- stable
4+
- "11.10"
55
cache: yarn
66
script:
77
- yarn test

0 commit comments

Comments
 (0)