Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 40563c8

Browse files
jbdeboertravis@travis-ci.org
authored and
travis@travis-ci.org
committed
fix(travis): Curl should follow redirects when fetching scripts
1 parent cd2594d commit 40563c8

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
@@ -35,7 +35,7 @@ script:
3535
- ./scripts/travis/build.sh
3636
after_success:
3737
- ./scripts/travis/publish-docs.sh
38-
- curl -o travis_after_all.py https://raw.github.com/jbdeboer/travis_after_all/master/travis_after_all.py
38+
- curl -Lo travis_after_all.py https://raw.github.com/jbdeboer/travis_after_all/master/travis_after_all.py
3939
- python travis_after_all.py
4040
- export $(cat .to_export_back)
4141
- |

0 commit comments

Comments
 (0)