Skip to content

Commit

Permalink
Merge pull request #72 from wilzbach/retry
Browse files Browse the repository at this point in the history
Add --retry for the CI build, s.t. it doesn't randomly time out
  • Loading branch information
wilzbach authored Jul 5, 2018
2 parents e4acd18 + 13f1eca commit 18203c0
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 @@ -5,7 +5,7 @@ sudo: false

install:
# linenoise
- curl -fsSL https://github.com/antirez/linenoise/archive/1.0.tar.gz | tar -zxf -
- curl -fsSL --retry 5 --retry-max-time 120 https://github.com/antirez/linenoise/archive/1.0.tar.gz | tar -zxf -
- (cd linenoise-1.0 && cc -shared -fPIC linenoise.c -o liblinenoise.so)
- export LIBRARY_PATH="./linenoise-1.0:$LIBRARY_PATH"
- export LD_LIBRARY_PATH="./linenoise-1.0:$LD_LIBRARY_PATH"
Expand Down

0 comments on commit 18203c0

Please sign in to comment.