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

Commit 086f355

Browse files
committed
Travis file modified
1 parent 5afaeb1 commit 086f355

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.travis.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
language: php
1+
language: php
2+
3+
php:
4+
- 5.5
5+
- 5.6
6+
- 7
7+
- 7.1
8+
9+
before_script:
10+
- travis_retry composer self-update
11+
- travis_retry composer install --prefer-source --no-interaction
12+
13+
script: phpunit
14+
15+
matrix:
16+
allow_failures:
17+
- php: hhvm
18+
fast_finish: true

0 commit comments

Comments
 (0)