Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sudo: required
language: php
php: 7.1

services:
- mysql
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Binary file modified .travis.yml.sig
Binary file not shown.