diff options
author | PlatinumMaster <PlatinumMaster@users.noreply.github.com> | 2020-06-07 14:24:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 14:24:49 -0400 |
commit | 095ec6748161ae816806ab09d9a353d25384eab2 (patch) | |
tree | 42331326c784767705cc66c2ab4e2fe7370ecaf1 | |
parent | 24764e2481b702655329fb810ed1ae34067cd4ed (diff) |
Update .travis.yml
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index e5573ca0..232716fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: c env: global: - LM_LICENSE_FILE="$TRAVIS_BUILD_DIR/tools/mwccarm/license.dat" -addons: &gcc9 +addons: apt: packages: - gcc-multilib @@ -12,8 +12,7 @@ addons: &gcc9 - binutils-arm-none-eabi - wine32 - wine-stable - - gcc-9 - - g++-9 + - gcc-8 cache: apt: true install: |