Skip to content

Commit e4f6ea1

Browse files
andykenwardPavel Zhytko
authored and
Pavel Zhytko
committed
Travis CI use trusty instead precise (facebook#3661)
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 .
1 parent 9d3b101 commit e4f6ea1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
2-
# Use Ubuntu Precise instead of new default Trusty which cause build fail
3-
# with pre installed yarn v0.17.8
4-
# https://github.com/facebookincubator/create-react-app/issues/3054
5-
# TODO: remove after Trusty environment is updated with a lastet version of yarn
6-
dist: precise
2+
dist: trusty
73
language: node_js
84
node_js:
95
- 6

0 commit comments

Comments
 (0)