Skip to content

Commit

Permalink
ci: temporarily switch to Node v11.10 to fix tests
Browse files Browse the repository at this point in the history
There's an upcoming fix in Node, so we're doing this only temporarily to prevent CI failure.

jestjs/jest#8069
  • Loading branch information
silvenon authored Mar 14, 2019
1 parent b81dc89 commit bd1017c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- stable
- "11.10"
cache: yarn
script:
- yarn test
Expand Down

0 comments on commit bd1017c

Please sign in to comment.