Skip to content

Commit d6b434b

Browse files
committed
remove --use-mirrors from travis install
Signed-off-by: BlackEagle <[email protected]>
1 parent f703ba4 commit d6b434b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ before_script:
1313
- export DISPLAY=:99.0
1414
- sh -e /etc/init.d/xvfb start
1515
- bundle install
16-
install: pip install -r requirements.txt --use-mirrors
16+
install: pip install -r requirements.txt
1717
script: bundle exec rake travis

0 commit comments

Comments
 (0)