Skip to content

Commit a29a90c

Browse files
committed
fix gxx isntall
1 parent e7ad130 commit a29a90c

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-
- sudo apt-get install -qq g++-4.8
7-
- export CXX="g++-4.8" CC="gcc-4.8"
6+
- sudo apt-get install gcc-4.8
7+
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50
88
script:
99
- g++ --version
1010
- gcc --version

0 commit comments

Comments
 (0)