travis: only run apt-get upgrade when the cpp unit tests run
This commit is contained in:
parent
36e4707ba7
commit
cf57ddf067
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
|
||||
- if [ "$CXX11" = false ]; then time sudo apt-get -o Dpkg::Options::='--force-confold' --force-yes -fuy upgrade; fi
|
||||
- if [ "$CPP_TESTS" = true ]; 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