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 5a13883 commit 513a0d8Copy full SHA for 513a0d8
.travis.yml
@@ -1,12 +1,26 @@
1
language: php
2
sudo: false
3
+
4
+env:
5
+ - COMPOSER_OPTIONS="--prefer-source"
6
7
php:
8
- 5.4
9
- 5.5
10
- 5.6
11
- 7.0
12
- 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
22
before_script:
23
- composer install --no-progress
24
25
script:
26
- phpunit
0 commit comments