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 d5bdc21 commit 505dfbfCopy full SHA for 505dfbf
1 file changed
.travis.yml
@@ -1,28 +1,28 @@
1
language: php
2
3
php:
4
- - 5.3
+# - 5.3 # requires old distro, see below
5
- 5.4
6
- 5.5
7
- 5.6
8
- 7.0
9
- 7.1
10
+ - hhvm # ignore errors, see below
11
12
sudo: false
13
14
# lock distro so new future defaults will not break the build
-dist: precise
15
+dist: trusty
16
-# also test against HHVM, but require "trusty" and ignore errors
17
matrix:
18
include:
19
- - php: hhvm
20
- dist: trusty
+ - php: 5.3
+ dist: precise
21
allow_failures:
22
- php: hhvm
23
24
install:
25
- - composer install --prefer-source --no-interaction
+ - composer install --no-interaction
26
27
script:
28
- vendor/bin/phpunit --coverage-text
0 commit comments