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

Commit

Permalink
fix(travis): Curl should follow redirects when fetching scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdeboer authored and travis@travis-ci.org committed Apr 29, 2014
1 parent cd2594d commit 40563c8
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 @@ -35,7 +35,7 @@ script:
- ./scripts/travis/build.sh
after_success:
- ./scripts/travis/publish-docs.sh
- curl -o travis_after_all.py https://raw.github.com/jbdeboer/travis_after_all/master/travis_after_all.py
- curl -Lo travis_after_all.py https://raw.github.com/jbdeboer/travis_after_all/master/travis_after_all.py
- python travis_after_all.py
- export $(cat .to_export_back)
- |
Expand Down

0 comments on commit 40563c8

Please sign in to comment.