mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-13 10:42:56 +01:00
Update .travis.yml
Dummy trigger to travis
This commit is contained in:
parent
426e77943e
commit
d15fcb3776
@ -33,7 +33,7 @@ before_install:
|
||||
fi
|
||||
|
||||
install:
|
||||
# gcc 5
|
||||
# gcc 5 .
|
||||
- if [ "$CXX" == "g++" ]; then sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 10; fi
|
||||
- if [ "$CXX" == "g++" ]; then sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 10; fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user