remove during

This commit is contained in:
Mike Jolley 2017-07-20 15:43:40 +01:00
parent 80cbba49d6
commit 20f2c60f2d
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ if [ $1 == 'before' ]; then
composer self-update
composer install --no-interaction
elif [ $1 == 'during' ]; then
elif [ $1 == 'after' ]; then
## Only run on latest stable PHP box (defined in .travis.yml).