]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
chg: travis ci yet again
authoriceman1001 <iceman@iuse.se>
Fri, 14 Oct 2016 21:02:29 +0000 (23:02 +0200)
committericeman1001 <iceman@iuse.se>
Fri, 14 Oct 2016 21:02:29 +0000 (23:02 +0200)
.travis.yml

index 9c4162c0fb73abe68285bab14b77552d88b4f374..fd121e8afef96666f690e12c8354c8f76b2eb443 100644 (file)
@@ -26,9 +26,9 @@ before_install:
 ## Install mainline ARM toolchain.  gcc-arm-none-eabi is available
 ## in Ubuntu >= 14.04, but this external PPA is needed for 12.04.
 before_script:
-  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; sudo apt-add-repository 'deb http://archive.ubuntu.com/ubuntu trusty main universe multiverse restricted'; fi
-  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; sudo apt-get update -qq; fi
-  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; sudo apt-get install -y gcc-arm-none-eabi; fi
+  - sudo apt-add-repository 'deb http://archive.ubuntu.com/ubuntu trusty main universe multiverse restricted';
+  - sudo apt-get update -qq;
+  - sudo apt-get install -y gcc-arm-none-eabi;
   - git fetch --all
 
 #make command
Impressum, Datenschutz