Skip to content

Commit

Permalink
Do not use travis_retry where not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Jul 24, 2015
1 parent d72346d commit 6842093
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ matrix:
exclude:
- env: THENEEDFORTHIS=FAIL

install: travis_retry composer self-update

before_script: bash ./build/travis/before_script.sh

script: bash ./build/travis/script.sh
Expand Down
4 changes: 1 addition & 3 deletions build/travis/before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

set -x

travis_retry composer self-update

originalDirectory=$(pwd)

cd ..
Expand All @@ -14,7 +12,7 @@ mv mediawiki-$MW phase3

cd phase3

travis_retry composer install --prefer-source
composer install --prefer-source

if [ "$DB" == "postgres" ]
then
Expand Down

0 comments on commit 6842093

Please sign in to comment.