diff options
author | PlatinumMaster <PlatinumMaster@users.noreply.github.com> | 2020-06-07 14:25:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 14:25:02 -0400 |
commit | aae365a639011638127c4895c5f86963053bc281 (patch) | |
tree | af350ba5e670a4d1bcfff318f4900b4a85963f0b | |
parent | 095ec6748161ae816806ab09d9a353d25384eab2 (diff) |
Update .travis.yml
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 232716fc..e7a0c84a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,8 +28,8 @@ install: - mv NITRO\ SDK\ v3.0/include/nitro/specfiles/ARM9-TS.lcf.template arm9 script: - - sudo ln -s /usr/bin/gcc-9 /usr/local/bin/gcc - - sudo ln -s /usr/bin/g++-9 /usr/local/bin/g++ + - sudo ln -s /usr/bin/gcc-8 /usr/local/bin/gcc + - sudo ln -s /usr/bin/g++-8 /usr/local/bin/g++ - make notifications: |