Skip to content

Commit 4b5ac0d

Browse files
committed
GH-4: Remove PHP from Travis configuration file, as we are using Docker.
1 parent 08cf0c4 commit 4b5ac0d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
sudo: required
2-
language: php
32

4-
php:
5-
- 7.3
3+
services:
4+
- docker
65

76
git:
87
depth: 1
98

10-
services:
11-
- docker
12-
139
env:
1410
global:
1511
- DOCKER_COMPOSE_VERSION=1.22.0
1612
matrix:
1713
- COMPOSER_BOUNDARY=lowest
1814
- COMPOSER_BOUNDARY=highest
1915

20-
2116
before_install:
2217
- 'docker-compose up -d'
2318

0 commit comments

Comments
 (0)