Skip to content

Commit

Permalink
update travis.yml to fix linux build (#6636)
Browse files Browse the repository at this point in the history
Remove the "exclude gcc" section of the travis.yml file to bring back auto ci linux builds
  • Loading branch information
armadillu authored Nov 19, 2020
1 parent b90f848 commit 7edcdec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@ matrix:
- ~/.gradle
- ~/android-ndk-r15c


# Exclude the default build that would otherwise be generated
# see https://github.com/travis-ci/travis-ci/issues/1228
exclude:
- compiler: gcc

install:
- if [ -f scripts/ci/$TARGET/install.sh ]; then
scripts/ci/$TARGET/install.sh;
Expand Down

0 comments on commit 7edcdec

Please sign in to comment.