diff --git a/.travis.yml b/.travis.yml index b40a9b82666..5ab537503e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ sudo: required language: php +php: 7.1 services: - mysql @@ -31,7 +32,7 @@ matrix: - env: DB=postgres fast_finish: true -# Run branches build on master and tagged version +# Run pushed branches build on master and tagged version branches: only: - master @@ -119,7 +120,7 @@ jobs: - stage: Deploy if: tag IS present before_install: - - cp .env.travis .env + - cp scripts/tests/.env.mysql.travis .env - composer self-update install: @@ -148,7 +149,7 @@ jobs: - stage: Deploy if: tag IS present before_install: - - cp .env.travis .env + - cp scripts/tests/.env.mysql.travis .env - docker-compose --version install: skip diff --git a/.travis.yml.sig b/.travis.yml.sig index de64ecd7da8..ed1b3f91d47 100644 Binary files a/.travis.yml.sig and b/.travis.yml.sig differ