Skip to content

Commit 772d870

Browse files
committed
try removing gcc ver
1 parent 81cdc81 commit 772d870

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
@@ -47,8 +47,8 @@ before_install:
4747
# configure ccache
4848
# code from https://github.com/urho3d/Urho3D/blob/master/.travis.yml
4949
- export PATH=$(whereis -b ccache |grep -o '\S*lib\S*'):$PATH
50-
- export CXX=g++-$GCC_VER
51-
- ln -s $(which ccache) $HOME/g++-$GCC_VER && export PATH=$HOME:$PATH
50+
- export CXX=g++
51+
- ln -s $(which ccache) $HOME/g++ && export PATH=$HOME:$PATH
5252
- ./home/travis/g++-4.8
5353

5454
install:

0 commit comments

Comments
 (0)