Skip to content

Commit

Permalink
remove --use-mirrors from travis install
Browse files Browse the repository at this point in the history
Signed-off-by: BlackEagle <[email protected]>
  • Loading branch information
BlackIkeEagle committed Feb 20, 2018
1 parent f703ba4 commit d6b434b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- bundle install
install: pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt
script: bundle exec rake travis

0 comments on commit d6b434b

Please sign in to comment.