Skip to content

Commit

Permalink
travis: only run apt-get upgrade when the cpp unit tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Dec 12, 2014
1 parent 36e4707 commit cf57ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit cf57ddf

Please sign in to comment.