Merge pull request #557 from dominicgs/travis

Remove oclint travis line because it's no longer installed by default
This commit is contained in:
Dominic Spill
2018-11-30 08:49:52 +11:00
committed by GitHub

View File

@ -28,8 +28,6 @@ before_script:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew tap PX4/homebrew-px4; fi
# Remove oclint because it conflicts with gcc, which fftw requires
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask uninstall oclint; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install fftw gcc-arm-none-eabi dfu-util; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH=/usr/local/bin:$PATH; fi
# Linux containers don't have access to the latest gcc-arm-none-eabi package