travis.yml: Don't pull/build image before install

The Make target for executing tests will pull or build the Docker image if necessary, there's no
need to do it twice.
This commit is contained in:
Alex Palaistras 2017-10-06 15:48:07 +01:00
parent cd1c76d08e
commit 55fe974713
1 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,6 @@ sudo: required
services:
- docker
before_install:
- make docker-image
script:
- make docker-test PHP_VERSION="$TRAVIS_PHP_VERSION"