Skip to content

Commit b9c31de

Browse files
authored
Merge pull request #57 from GrahamCampbell/patch-1
Fixed travis config
2 parents 3448356 + dae26a4 commit b9c31de

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

.travis.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
language: php
22

3-
php:
4-
- 7.1
5-
- 7.2
6-
- 7.3
7-
8-
# This triggers builds to run on the new TravisCI infrastructure.
9-
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
10-
sudo: false
11-
12-
## Cache composer
13-
cache:
14-
directories:
15-
- $HOME/.composer/cache
16-
173
matrix:
184
include:
19-
- php: 7.1
5+
- php: 5.5.9
6+
dist: trusty
207
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
8+
- php: 5.5
9+
dist: trusty
10+
- php: 5.6
11+
dist: xenial
12+
- php: 7.0
13+
dist: xenial
14+
- php: 7.1
15+
dist: bionic
16+
- php: 7.2
17+
dist: bionic
18+
- php: 7.3
19+
dist: bionic
20+
- php: 7.4
21+
dist: bionic
2122

22-
before_script:
23+
install:
2324
- travis_retry composer update ${COMPOSER_FLAGS}
2425

2526
script:

0 commit comments

Comments
 (0)