Skip to content

Commit

Permalink
disabling gcc buck builds on linux due to it being flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
rparolin committed Aug 10, 2017
1 parent 33263ca commit c7dbea1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ matrix:
- compiler: clang "build with Buck"
env: USE_BUCK=yes
os: osx
- compiler: gcc "build with Buck"
env: USE_BUCK=yes
os: linux
# Fails most of the time.
# - compiler: gcc "build with Buck"
# env: USE_BUCK=yes
# os: linux
exclude:
- os: osx
compiler: gcc
Expand Down

0 comments on commit c7dbea1

Please sign in to comment.