File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 10
10
- 7.1
11
11
- hhvm
12
12
13
+ env :
14
+ - COMPOSER_OPTIONS="--prefer-stable"
15
+
13
16
matrix :
14
17
include :
18
+ - php : 7.0
19
+ env : COMPOSER_OPTIONS="--prefer-lowest --prefer-stable"
20
+ - php : 7.0
21
+ env : COMPOSER_OPTIONS=""
15
22
- php : 7.1
16
23
env : TEST_COVERAGE=true
17
24
allow_failures :
@@ -26,7 +33,7 @@ before_install:
26
33
- composer self-update
27
34
- if [[ $TEST_COVERAGE ]]; then PHPUNIT_FLAGS="--coverage-clover clover.xml"; fi
28
35
29
- install : travis_retry composer install --no-interaction --prefer-dist
36
+ install : travis_retry composer update --no-interaction --prefer-dist $COMPOSER_OPTIONS
30
37
31
38
script :
32
39
- vendor/bin/phpunit -v $PHPUNIT_FLAGS
Original file line number Diff line number Diff line change 20
20
"friendsofphp/php-cs-fixer" : " ^1.8.0" ,
21
21
"phpunit/phpunit" : " ^4.6.6"
22
22
},
23
+ "minimum-stability" : " dev" ,
23
24
"autoload" : {
24
25
"psr-0" : {
25
26
"Sentry\\ SentryBundle\\ " : " src/"
You can’t perform that action at this time.
0 commit comments