Skip to content

Commit

Permalink
add missing -qq to travis script
Browse files Browse the repository at this point in the history
This should allow to properly install gcc 4.9
  • Loading branch information
cbeck88 committed Oct 13, 2014
1 parent 978d057 commit 6bfb68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -33,7 +33,7 @@ before_install:
install:
- time sudo apt-get update -qq
- time sudo apt-get install -qq libboost-iostreams-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-test-dev libcairo2-dev libfribidi-dev libpango1.0-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb
- if [ "$CXX" = "g++" ]; then time sudo apt-get install g++-4.9; fi
- if [ "$CXX" = "g++" ]; then time sudo apt-get -qq install g++-4.9; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9"; fi
- if [ "$CHECK_UTF8" = true ]; then time sudo apt-get install -qq moreutils; fi

Expand Down

0 comments on commit 6bfb68a

Please sign in to comment.