8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a0b7c commit 42a01eeCopy full SHA for 42a01ee
.travis.yml
@@ -18,12 +18,16 @@ matrix:
18
include:
19
- php: 5.3
20
dist: precise
21
+ before_install: [] # skip libuv
22
- php: 5.4
23
dist: trusty
24
25
- php: 5.5
26
27
28
- php: hhvm
29
install: composer require phpunit/phpunit:^5 --dev --no-interaction
30
31
allow_failures:
32
33
@@ -41,7 +45,7 @@ cache:
41
45
before_install:
42
46
- sudo add-apt-repository ppa:ondrej/php -y
43
47
- sudo apt-get update -q
44
- - sudo apt-get install libuv1-dev || true
48
+ - sudo apt-get install libuv1-dev
49
50
install:
51
- ./travis-init.sh
0 commit comments