Skip to content

Commit

Permalink
Travis: Seems like GCC 4.9 is installed per default now
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kretz <kretz@kde.org>
  • Loading branch information
mattkretz committed Dec 8, 2016
1 parent 8727b7b commit b1959cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:
if test $GCC_VERSION = 5; then
brew install gcc5 && export CXX=g++-5 CC=gcc-5;
else
brew install coreutils && export CXX=g++-4.9 CC=gcc-4.9;
export CXX=g++-4.9 CC=gcc-4.9;
fi
fi
- if test "$TRAVIS_OS_NAME" = "osx" -a "$CXX" = "clang++"; then
Expand Down

0 comments on commit b1959cf

Please sign in to comment.