Skip to content

Commit

Permalink
travis: add apt-get upgrade (experiment)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Dec 12, 2014
1 parent bde498b commit 3f0aaca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 3f0aaca

Please sign in to comment.