Skip to content
This repository was archived by the owner on Mar 15, 2020. It is now read-only.

Commit b57385b

Browse files
committed
Add a .travis.yml conf
1 parent 3b607b7 commit b57385b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.travis.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
language: php
2+
3+
php:
4+
- 7.0
5+
- 5.6
6+
- 5.5
7+
- 5.4
8+
- hhvm
9+
- hhvm-nightly
10+
11+
matrix:
12+
allow_failures:
13+
- php: 7.0
14+
- php: hhvm
15+
- php: hhvm-nightly
16+
17+
before_install:
18+
- composer self-update
19+
20+
before_script:
21+
- travis_retry composer install --no-interaction --prefer-source
22+
23+
script:
24+
- vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)