Skip to content

Commit bbaa5e9

Browse files
committed
Add travis support
1 parent 63434bd commit bbaa5e9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: php
2+
3+
matrix:
4+
fast_finish: true
5+
include:
6+
- php: 5.4
7+
- php: 5.5
8+
- php: 5.6
9+
- php: 7
10+
- php: hhvm
11+
allow_failures:
12+
- php: 7
13+
- php: hhvm
14+
15+
install:
16+
- travis_retry composer install --no-interaction --ignore-platform-reqs --prefer-source
17+
- composer info -i
18+
19+
script:
20+
- ./vendor/bin/phpunit

0 commit comments

Comments
 (0)