Skip to content

Commit c7073d7

Browse files
authored
downgrade node_js to 11.10.1 due to a bug in Jest
facebook/create-react-app#6591
1 parent 023fd2e commit c7073d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22

33
node_js:
4-
node
4+
- "11.10.1"
55

66
before_install:
77
- curl -o- -L https://yarnpkg.com/install.sh | bash

0 commit comments

Comments
 (0)