fix travis

This commit is contained in:
merlokk 2017-12-17 23:42:17 +02:00
commit 3adc68f356

View file

@ -23,7 +23,7 @@ before_install:
## Install ARM toolchain on Linux. ## Install ARM toolchain on Linux.
## add our homebrew tap for MacOS ## add our homebrew tap for MacOS
## Note: all dependencies on MacOS should be resolved by the brew install command ## Note: all dependencies on MacOS should be resolved by the brew install command
echo "set repository name: `$REPOSITORY_EP`" echo "set repository name: $REPOSITORY_EP"
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get update -qq; sudo apt-get update -qq;
sudo apt-get install -y gcc-arm-none-eabi; sudo apt-get install -y gcc-arm-none-eabi;