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
GreenCat1996 committed Mar 14, 2019
1 parent 860bde9 commit 16f4873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -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 16f4873

Please sign in to comment.