Skip to content

Commit c49a693

Browse files
authored
Merge pull request #133 from hannesvdvreken/patch-1
Bring travis configuration up to date
2 parents 810adad + cccca8a commit c49a693

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.travis.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
dist: trusty
2-
sudo: false
31
language: php
4-
php:
5-
- 5.5
6-
- 5.6
7-
- 7.0
8-
- 7.1
9-
- 7.2
10-
- 7.3
11-
- 7.4
12-
- nightly
2+
os: linux
3+
dist: xenial
134

14-
matrix:
5+
jobs:
6+
include:
7+
- php: 5.5
8+
dist: trusty
9+
- php: 5.6
10+
- php: 7.0
11+
- php: 7.1
12+
- php: 7.2
13+
- php: 7.3
14+
- php: 7.4
15+
- php: nightly
1516
allow_failures:
1617
- php: nightly
1718
fast_finish: true
1819

19-
before_script:
20-
- composer install -n
20+
install:
21+
- travis_retry composer install -n
2122

2223
script:
2324
- vendor/bin/phpunit

0 commit comments

Comments
 (0)