Skip to content

Commit

Permalink
GH-4: Remove PHP from Travis configuration file, as we are using Docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed May 11, 2021
1 parent 08cf0c4 commit 4b5ac0d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
sudo: required
language: php

php:
- 7.3
services:
- docker

git:
depth: 1

services:
- docker

env:
global:
- DOCKER_COMPOSE_VERSION=1.22.0
matrix:
- COMPOSER_BOUNDARY=lowest
- COMPOSER_BOUNDARY=highest


before_install:
- 'docker-compose up -d'

Expand Down

0 comments on commit 4b5ac0d

Please sign in to comment.