From 15a9a69fd6764bd73c71dc394a4d9fc72c48d110 Mon Sep 17 00:00:00 2001 From: David Pagini Date: Fri, 23 Jun 2017 11:22:40 -0400 Subject: [PATCH] Implementing exit_early after composer install. (#1721) --- scripts/travis/.travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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