Skip to content

Commit

Permalink
Use LTS instead of latest Node on Travis
Browse files Browse the repository at this point in the history
Latest travis breaks for node v11.11 with jest: facebook/create-react-app#6591
  • Loading branch information
tejasbubane committed Mar 8, 2019
1 parent b022cc5 commit 4e7d3fe
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 @@
---
language: node_js
node_js:
- 'node'
- lts
sudo: false
before_install:
- npm i -g npm@latest
Expand Down

0 comments on commit 4e7d3fe

Please sign in to comment.