We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846a32d commit 764b4cdCopy full SHA for 764b4cd
1 file changed
.travis.yml
@@ -8,8 +8,18 @@ php:
8
- 7
9
- hhvm
10
11
+matrix:
12
+ include:
13
+ - php: 5.3
14
+ env:
15
+ - DEPENDENCIES=lowest
16
+ - php: 7.0
17
18
19
+
20
install:
21
- composer install --no-interaction
22
+ - if [ "$DEPENDENCIES" = "lowest" ]; then composer update --prefer-lowest -n; fi
23
24
script:
25
- ./vendor/bin/phpunit --coverage-text
0 commit comments