diff --git a/.travis.yml b/.travis.yml index 9de3678080..ff8445a5fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -187,37 +187,3 @@ matrix: STATUSM="$STATUSM ($(python -c "print '%+.2f' % (100*($CURR-$PREV)/$PREV.0)")%)" fi - bash -c "$STATUS" success "$STATUSM" - - - &mbed-2 - env: NAME=mbed2-NXP - install: - # Install dependencies - - export GCC_DIR=$HOME/gcc-arm-none-eabi-6-2017-q2-update - - export GCC_ARCHIVE=$HOME/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2 - - export GCC_URL=https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2?revision=2cc92fb5-3e0e-402d-9197-bdfc8224d8a5?product=GNU%20Arm%20Embedded%20Toolchain,64-bit,,Linux,6-2017-q2-update - - if [ ! -e $GCC_DIR/bin/arm-none-eabi-gcc ]; then wget $GCC_URL -O $GCC_ARCHIVE; tar xfj $GCC_ARCHIVE -C $HOME; fi - - export PATH=$PATH:$GCC_DIR/bin - - pip install -r requirements.txt - # Print versions we use - - arm-none-eabi-gcc --version - - python --version - before_script: - # Create BUILD directory for tests - - mkdir BUILD - script: - # Run local mbed 2 testing - - python -u tools/build_travis.py --vendor "${NAME#mbed2-}" - - <<: *mbed-2 - env: NAME=mbed2-STM - - <<: *mbed-2 - env: NAME=mbed2-NORDIC - - <<: *mbed-2 - env: NAME=mbed2-SILICON_LABS - - <<: *mbed-2 - env: NAME=mbed2-MAXIM - - <<: *mbed-2 - env: NAME=mbed2-ATMEL - - <<: *mbed-2 - env: NAME=mbed2-NUVOTON - - <<: *mbed-2 - env: NAME=mbed2-RENESAS