Skip to content

Commit

Permalink
Simplified the Travis configuration
Browse files Browse the repository at this point in the history
Submodules are already handled by Travis itself, so no need to do it a second time
  • Loading branch information
stof committed Mar 24, 2014
1 parent 955526c commit b3a5660
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 b3a5660

Please sign in to comment.