1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 12:52:31 +03:00

Use travis_retry in the Travis script

It will retry a failing download automatically
This commit is contained in:
Artyom 2016-09-01 02:15:45 +03:00
parent 4d2cf860f0
commit 71b72e9291

View File

@ -29,10 +29,10 @@ before_install:
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
before_script:
- "sh -e /etc/init.d/xvfb start"
- "export DISPLAY=:99.0"
- "wget http://selenium-release.storage.googleapis.com/2.43/selenium-server-standalone-2.43.1.jar"
- "java -jar selenium-server-standalone-2.43.1.jar 2> /dev/null &"
- sh -e /etc/init.d/xvfb start
- export DISPLAY=:99.0
- travis_retry wget http://selenium-release.storage.googleapis.com/2.43/selenium-server-standalone-2.43.1.jar
- java -jar selenium-server-standalone-2.43.1.jar 2> /dev/null &
- sleep 5
script: