travis: skip apt-get upgrade on the CXX11 build
it doesn't run the test executable anyways
This commit is contained in:
parent
3f0aacac0f
commit
4cb78d9149
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ install:
|
|||
- if [ "$CXX" = "g++" ]; then time sudo apt-get -qq install g++-4.8; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8"; fi
|
||||
- if [ "$CHECK_UTF8" = true ]; then time sudo apt-get install -qq moreutils; fi
|
||||
- time sudo apt-get -o Dpkg::Options::='--force-confold' --force-yes -fuy upgrade
|
||||
- if [ "$CXX11" = false ]; then time sudo apt-get -o Dpkg::Options::='--force-confold' --force-yes -fuy upgrade; fi
|
||||
- $CXX -v
|
||||
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue