Skip to content

Commit

Permalink
.travis.yml file is out of date, auto-updating .travis.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Piwik Automation committed May 31, 2015
1 parent fbe20f9 commit b2a38c5
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 @@ -97,7 +97,7 @@ before_script:
# travis now complains about this failing 9 times out of 10, so removing it. hopefully the random failures it prevented won't come back
- travis_retry composer self-update

- '[ "$SKIP_COMPOSER_INSTALL" != "1" ] && travis_retry composer install'
- '[ "$SKIP_COMPOSER_INSTALL" == "1" ] || travis_retry composer install'

# print out more debugging info
- uname -a
Expand Down

0 comments on commit b2a38c5

Please sign in to comment.