Skip to content

Commit

Permalink
Travis CI use trusty instead precise (facebook#3661)
Browse files Browse the repository at this point in the history
It appears trusty has Yarn ^v1.0.0 now.

So (facebook#3054) shouldn’t be an issue changing to trusty. As Travis CI [precise support](https://blog.travis-ci.com/2017-08-31-trusty-as-default-status) will be dropped in March 2018 .
  • Loading branch information
andykenward authored and Pavel Zhytko committed Jul 10, 2018
1 parent 9d3b101 commit e4f6ea1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
# Use Ubuntu Precise instead of new default Trusty which cause build fail
# with pre installed yarn v0.17.8
# https://github.com/facebookincubator/create-react-app/issues/3054
# TODO: remove after Trusty environment is updated with a lastet version of yarn
dist: precise
dist: trusty
language: node_js
node_js:
- 6
Expand Down

0 comments on commit e4f6ea1

Please sign in to comment.