Skip to content

Commit

Permalink
Implementing exit_early after composer install. (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpagini authored and grasmash committed Jun 23, 2017
1 parent 05ddec6 commit 15a9a69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/travis/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ notifications:
# - slack: '<account>:<token>#[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
Expand Down

0 comments on commit 15a9a69

Please sign in to comment.