Skip to content

Commit

Permalink
Add dist: trusty to yoga travis configuration
Browse files Browse the repository at this point in the history
Summary:
clang 6.0 install was failing in yoga oss tests

Travis has made xenial as default distribution
https://changelog.travis-ci.com/xenial-as-the-default-build-environment-is-coming-97772

Added dist: trusty to the configuration to fix this.

Reviewed By: passy

Differential Revision: D17257300

fbshipit-source-id: f9fcd6ba774dad1c28bd953c0d850c7078d02015
  • Loading branch information
SidharthGuglani-zz authored and facebook-github-bot committed Sep 9, 2019
1 parent a04a6b5 commit e6e224c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: java
os: linux
dist: trusty
addons:
apt:
sources:
Expand Down

0 comments on commit e6e224c

Please sign in to comment.