Skip to content

Commit

Permalink
Update README.md: curl -o -> curl -Lo
Browse files Browse the repository at this point in the history
Github added a redirect to raw.github.com, we should follow.
  • Loading branch information
jbdeboer committed Apr 29, 2014
1 parent 4d8c539 commit 8a021e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Existing .travis.yml show how to ensure that all_succeeded or all_failed
```yaml
#...
script:
- curl -o travis_after_all.py https://raw.github.com/dmakhno/travis_after_all/master/travis_after_all.py
- curl -Lo travis_after_all.py https://raw.github.com/dmakhno/travis_after_all/master/travis_after_all.py
after_success:
- python travis_after_all.py
- export $(cat .to_export_back)
Expand Down Expand Up @@ -46,4 +46,4 @@ Limitations/Todo
- If other jobs will start late, can be global build timeout. (Think of passing leader role to others, for example who started last is the leader)
- More flexible leader defenition (In Matrix not all jobs can publish)
- Have several leaders, according to flavours (E.g. if in Matrix slices responsible for platform)
- Have several leaders, according to flavours (E.g. if in Matrix slices responsible for platform)

0 comments on commit 8a021e2

Please sign in to comment.