diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-08-24 16:36:33 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-08-24 16:36:33 +0200 |
| commit | 90c9f64c5a010944bc1bc4efb308f18e0af9100a (patch) | |
| tree | 78dc3e80181da30d331e0ac3634dfa99c4784498 /.travis.yml | |
| parent | abca8299268e55bdb80b649ceb6b0cc5d0f3c34a (diff) | |
install newer gcc
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/.travis.yml b/.travis.yml index 7c6bff4..8e8aafb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,44 +7,21 @@ matrix: - env: TARGET=thumbv6m-none-eabi rust: nightly - addons: - apt: - sources: - - debian-sid - packages: - - binutils-arm-none-eabi - env: TARGET=thumbv7m-none-eabi rust: nightly - addons: - apt: - sources: - - debian-sid - packages: - - binutils-arm-none-eabi - env: TARGET=thumbv7em-none-eabi rust: nightly - addons: - apt: - sources: - - debian-sid - packages: - - binutils-arm-none-eabi - env: TARGET=thumbv7em-none-eabihf rust: nightly - addons: - apt: - sources: - - debian-sid - packages: - - binutils-arm-none-eabi before_install: set -e install: - bash ci/install.sh + - export PATH="$PATH:$PWD/gcc/bin" script: - bash ci/script.sh |
