diff options
author | kr3nshaw <20672068+kr3nshaw@users.noreply.github.com> | 2020-06-08 05:31:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 05:31:08 +1000 |
commit | 61df5c9cad91d0e73c09a0f27ca57b7ad757c024 (patch) | |
tree | f98c9f16560d3c757ba6082d73ffb9cd4f2fb84d | |
parent | d20e69e76fa290e29b570fe051ea8a12548db97a (diff) | |
parent | 6e113814ff5d7c21d09132d02b0b1ab6a4a8373d (diff) |
Merge pull request #7 from PlatinumMaster/patch-5
Revert .travis.yml.
-rw-r--r-- | .travis.yml | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml index 5103240b..5ce0b5e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,23 +1,17 @@ dist: bionic -sudo: require +sudo: false language: c env: global: - LM_LICENSE_FILE="$TRAVIS_BUILD_DIR/tools/mwccarm/license.dat" addons: apt: - sources: - - sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main' - key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key' - - sourceline: 'ppa:ubuntu-toolchain-r/test' - packages: - - gcc-multilib - - linux-libc-dev - - binutils-arm-none-eabi - - wine32 - - wine-stable - - gcc-9 - - g++-9 + packages: + - gcc-multilib + - linux-libc-dev + - binutils-arm-none-eabi + - wine32 + - wine-stable cache: apt: true install: |