Skip to content

Commit 4e7d3fe

Browse files
committed
Use LTS instead of latest Node on Travis
Latest travis breaks for node v11.11 with jest: facebook/create-react-app#6591
1 parent b022cc5 commit 4e7d3fe

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
---
22
language: node_js
33
node_js:
4-
- 'node'
4+
- lts
55
sudo: false
66
before_install:
77
- npm i -g npm@latest

0 commit comments

Comments
 (0)