Skip to content

Commit

Permalink
Do not do a full apt-get upgrade, just a repo update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Feb 6, 2015
1 parent f7c965b commit afba09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous-integration/travis/install_linux.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############################################################################
# Install Linux Packages
###############################################################################
sudo apt-get -y upgrade
sudo apt-get -y update
sudo apt-get -yqq install libatlas-dev liblapack-dev gfortran
if [[ $TEST_MODE == 'sphinx' ]]; then sudo apt-get install graphviz texlive-latex-extra dvipng; fi

Expand Down

0 comments on commit afba09a

Please sign in to comment.