Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 26979d3

Browse files
tharakawjJohnNilsson
authored andcommitted
Set travis config to use 'precise' ci environment
1 parent 51ee648 commit 26979d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
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
27
language: node_js
38
node_js:
49
- 6

0 commit comments

Comments
 (0)