Skip to content

Commit 1fb8696

Browse files
committed
Downgrade node on Travis to avoid a Jest bug.
1 parent b9dfc02 commit 1fb8696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "node"
4+
- "9"
55
before_script:
66
- npm run build
77
cache:

0 commit comments

Comments
 (0)