Skip to content

Commit 10510f6

Browse files
committed
Updating Travis config with tricks I learned from @GrahamCampbell
1 parent 8636c02 commit 10510f6

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ php:
77
- 7.0
88
- hhvm
99

10-
install:
11-
- composer install --prefer-source
10+
sudo: false
1211

13-
script:
14-
- phpunit
12+
install: travis_retry composer install --no-interaction --prefer-source
13+
14+
script: vendor/bin/phpunit
15+
16+
matrix:
17+
allow_failures:
18+
- php: 7.0
19+
- php: hhvm
20+
fast_finish: true

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