We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17466f commit 501ad87Copy full SHA for 501ad87
.travis.yml
@@ -27,6 +27,8 @@ addons:
27
- ccache
28
- clang-3.5
29
- cmake
30
+ - g++-4.9
31
+ - gcc-4.9
32
- genromfs
33
- libc6-i386
34
- libncurses5-dev
@@ -53,7 +55,7 @@ before_install:
53
55
&& mkdir -p ~/bin
54
56
&& wget -O ~/bin/astyle https://github.com/PX4/astyle/releases/download/2.05.1/astyle-linux && chmod +x ~/bin/astyle
57
&& astyle --version
- && if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
58
+ && if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
59
;
60
elif [ "${TRAVIS_OS_NAME}" = "osx" ]; then
61
brew tap PX4/homebrew-px4
0 commit comments