Skip to content

Commit

Permalink
Remove apt-get update from example travis file
Browse files Browse the repository at this point in the history
Just doing an apt-get update doesn't update the base OS so it's not clear what the value of this line is, but it does add time to travis build.
  • Loading branch information
birdsarah authored May 14, 2020
1 parent 2cdd7ab commit b681738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/user-guide/tasks/use-conda-with-travis-ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ project that supports Python 2.7, 3.5, and 3.6:
- "3.5"
- "3.6"
install:
- sudo apt-get update
# We do this conditionally because it saves us some downloading if the
# version is the same.
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
Expand Down

0 comments on commit b681738

Please sign in to comment.