Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 9cf9f83

Browse files
committed
travis yml
1 parent b149326 commit 9cf9f83

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.travis.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
language: php
22

3-
matrix:
4-
fast_finish: true
5-
include:
6-
- php: 5.6
7-
- php: 7.0
8-
- php: 7.1
9-
- php: 7.2
10-
- php: hhvm
3+
php:
4+
- 5.6
5+
- 7
6+
- 7.1
7+
- 7.2
8+
- 7.3
9+
- hhvm
1110

12-
before_install:
11+
before_script:
1312
- travis_retry composer self-update
14-
15-
install:
1613
- travis_retry composer install --prefer-source --no-interaction
14+
- curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar
1715

18-
script: phpunit
16+
matrix:
17+
allow_failures:
18+
- php: hhvm
19+
fast_finish: true

0 commit comments

Comments
 (0)