Skip to content

Commit e7ad130

Browse files
committed
fix gxx installation
1 parent fa4ed36 commit e7ad130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ before_install:
33
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
44
- sudo apt-get update -qq
55
- sudo apt-get install -qq qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev libx11-dev libxtst-dev
6-
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
7-
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
6+
- sudo apt-get install -qq g++-4.8
7+
- export CXX="g++-4.8" CC="gcc-4.8"
88
script:
99
- g++ --version
1010
- gcc --version

0 commit comments

Comments
 (0)