Skip to content

Commit

Permalink
Travis support suggestion
Browse files Browse the repository at this point in the history
GitHub recently changed the policy in delivering user content (https://developer.github.com/changes/2014-04-25-user-content-security/). The upshot is that 'curl' for raw.github.com no longer works without redirect.
  • Loading branch information
dmakhno committed Apr 30, 2014
1 parent 4d8c539 commit b7172bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ python:
- '2.7'
- '3.2'
script:
- curl -o travis_after_all.py https://raw.github.com/dmakhno/travis_after_all/master/travis_after_all.py
- echo "Doing something..."
- echo "Done"
after_success:
- python travis_after_all.py
- export $(cat .to_export_back)
Expand All @@ -27,4 +28,4 @@ after_failure:
fi
fi
after_script:
- echo leader=$BUILD_LEADER status=$BUILD_AGGREGATE_STATUS
- echo leader=$BUILD_LEADER status=$BUILD_AGGREGATE_STATUS

0 comments on commit b7172bc

Please sign in to comment.