Skip to content

Commit

Permalink
Set travis config to use 'precise' ci environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tharakawj authored and kasperpeulen committed Sep 24, 2017
1 parent 66ccd1f commit b5baa74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
# 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
language: node_js
node_js:
- 6
Expand Down

0 comments on commit b5baa74

Please sign in to comment.