Skip to content

Commit 513a0d8

Browse files
committed
Merge #101 manually
1 parent 5a13883 commit 513a0d8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
language: php
22
sudo: false
3+
4+
env:
5+
- COMPOSER_OPTIONS="--prefer-source"
6+
37
php:
48
- 5.4
59
- 5.5
610
- 5.6
711
- 7.0
812
- hhvm
13+
14+
matrix:
15+
include:
16+
- php: 5.4
17+
env: COMPOSER_OPTIONS="--prefer-lowest"
18+
19+
install:
20+
- composer update --no-interaction ${COMPOSER_OPTIONS}
21+
922
before_script:
1023
- composer install --no-progress
24+
1125
script:
1226
- phpunit

0 commit comments

Comments
 (0)