Skip to content

Commit

Permalink
Downgrade node on Travis to avoid a Jest bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Apr 26, 2018
1 parent b9dfc02 commit 1fb8696
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:
- "node"
- "9"
before_script:
- npm run build
cache:
Expand Down

2 comments on commit 1fb8696

@pshrmn
Copy link
Contributor

@pshrmn pshrmn commented on 1fb8696 Apr 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ran into this the other day with some other repos, but haven't looked much closer. Is this issue being tracked anywhere?

@timdorr
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jestjs/jest#2567 (comment)

Fix PR: jestjs/jest#6075

Hopefully a release isn't too far out.

Please sign in to comment.