Skip to content

Commit ac00fd1

Browse files
authored
Merge pull request #202 from clue-labs/fix-travis
Fix Travis CI builds, do not install libuv on legacy PHP setups
2 parents 85a0b7c + 42a01ee commit ac00fd1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,16 @@ matrix:
1818
include:
1919
- php: 5.3
2020
dist: precise
21+
before_install: [] # skip libuv
2122
- php: 5.4
2223
dist: trusty
24+
before_install: [] # skip libuv
2325
- php: 5.5
2426
dist: trusty
27+
before_install: [] # skip libuv
2528
- php: hhvm
2629
install: composer require phpunit/phpunit:^5 --dev --no-interaction
30+
before_install: [] # skip libuv
2731
allow_failures:
2832
- php: hhvm
2933

@@ -41,7 +45,7 @@ cache:
4145
before_install:
4246
- sudo add-apt-repository ppa:ondrej/php -y
4347
- sudo apt-get update -q
44-
- sudo apt-get install libuv1-dev || true
48+
- sudo apt-get install libuv1-dev
4549

4650
install:
4751
- ./travis-init.sh

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy