Remove oclint travis line because it's no longer installed by default

This commit is contained in:
Dominic Spill
2018-11-29 11:37:01 -07:00
parent 56b3bd0bed
commit f8062a8095

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