travis: add apt-get upgrade (experiment)
This commit is contained in:
parent
bde498b55b
commit
3f0aacac0f
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +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
|
||||
- $CXX -v
|
||||
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue