Skip to content

Commit d66e514

Browse files
committed
ci: Fix pip install
1 parent 1cf47e4 commit d66e514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ script:
5050
after_success:
5151
- bash <(curl -s https://codecov.io/bash)
5252
before_deploy:
53-
- pip install travis-wait-improved
53+
- pip install --user travis-wait-improved
5454
deploy:
5555
- provider: script
5656
skip_cleanup: true

0 commit comments

Comments
 (0)