Skip to content

Commit

Permalink
updates travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Aug 6, 2020
1 parent 1aee552 commit f2b8123
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 @@ -81,7 +81,7 @@ install:

# travis now complains about this failing 9 times out of 10, so removing it
#- travis_retry composer self-update
- '[ "$SKIP_COMPOSER_INSTALL" == "1" ] || travis_retry composer install'
- '[ "$SKIP_COMPOSER_INSTALL" == "1" ] || travis_retry composer install'

# move plugin contents to folder in the plugins subdirectory
- rm -rf plugins/$PLUGIN_NAME
Expand Down

0 comments on commit f2b8123

Please sign in to comment.