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 committed Sep 3, 2017
1 parent c22dc70 commit e8b58ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -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 e8b58ed

Please sign in to comment.