8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060092e commit 429077cCopy full SHA for 429077c
.travis.yml
@@ -2,8 +2,8 @@ language: php
2
3
php:
4
# - 5.3 # requires old distro, see below
5
- - 5.4
6
- - 5.5
+# - 5.4 # requires old distro, see below
+# - 5.5 # requires old distro, see below
7
- 5.6
8
- 7.0
9
- 7.1
@@ -12,12 +12,16 @@ php:
12
# - hhvm # requires legacy phpunit & ignore errors, see below
13
14
# lock distro so new future defaults will not break the build
15
-dist: trusty
+dist: xenial
16
17
matrix:
18
include:
19
- php: 5.3
20
dist: precise
21
+ - php: 5.4
22
+ dist: trusty
23
+ - php: 5.5
24
25
- php: hhvm
26
install: composer require phpunit/phpunit:^5 --dev --no-interaction
27
allow_failures:
0 commit comments