Skip to content

Commit

Permalink
minor #3711 Simplified the Travis configuration (stof)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #3711).

Discussion
----------

Simplified the Travis configuration

Submodules are already handled by Travis itself, so no need to do it a second time

This should be applied in all branches where the Travis config is available

Commits
-------

b3a5660 Simplified the Travis configuration
  • Loading branch information
weaverryan committed Mar 24, 2014
2 parents aadc61d + b75d45d commit e15afe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python:
- "2.7"

install:
- "git submodule update --init"
- "bash install.sh"
- "pip install -q -r requirements.txt --use-mirrors"

Expand Down

0 comments on commit e15afe0

Please sign in to comment.