Skip to content

Commit

Permalink
Merge pull request pods-framework#3466 from Ramoonus/patch-54
Browse files Browse the repository at this point in the history
travis-ci: remove retry
  • Loading branch information
sc0ttkclark committed May 20, 2016
2 parents d7ab66f + 941173d commit 4bed467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ cache:

before_script:
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' ]]; then phpenv config-rm xdebug.ini; fi
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source
- composer self-update
- composer install --no-interaction --prefer-source
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
- ln -s . /tmp/wordpress/wp-content/plugins/pods

Expand Down

0 comments on commit 4bed467

Please sign in to comment.