We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cdc81 commit 772d870Copy full SHA for 772d870
.travis.yml
@@ -47,8 +47,8 @@ before_install:
47
# configure ccache
48
# code from https://github.com/urho3d/Urho3D/blob/master/.travis.yml
49
- 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
+ - export CXX=g++
+ - ln -s $(which ccache) $HOME/g++ && export PATH=$HOME:$PATH
52
- ./home/travis/g++-4.8
53
54
install:
0 commit comments