diff --git a/scripts/travis/.travis.yml b/scripts/travis/.travis.yml index a67a2e53f..a67f7b039 100644 --- a/scripts/travis/.travis.yml +++ b/scripts/travis/.travis.yml @@ -44,13 +44,13 @@ notifications: # - slack: ':#[channel]' before_install: - # Exit build early if only documentation was changed in a Pull Request. - - source ${BLT_DIR}/scripts/travis/exit_early # Disable xdebug. - phpenv config-rm xdebug.ini - composer self-update - composer validate --no-check-all --ansi - composer install + # Exit build early if only documentation was changed in a Pull Request. + - source ${BLT_DIR}/scripts/travis/exit_early install: - source ${BLT_DIR}/scripts/travis/setup_environment