File tree 1 file changed +6
-18
lines changed
1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 5
5
directories :
6
6
- $HOME/.composer/cache/files
7
7
8
- env :
9
- global :
10
- - TEST_COMMAND="composer test"
11
-
12
- branches :
13
- except :
14
- - /^analysis-.*$/
15
-
16
8
php :
17
9
- 7.0
18
10
- 7.1
19
11
- 7.2
12
+ - 7.3
20
13
21
14
matrix :
22
15
fast_finish : true
23
- allow_failures :
24
- - php : 7.3
25
16
26
17
jobs :
27
18
include :
@@ -35,19 +26,16 @@ jobs:
35
26
- wget https://scrutinizer-ci.com/ocular.phar
36
27
- php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml --revision=$TRAVIS_COMMIT
37
28
# Test LTS versions
38
- - php : 7.1
29
+ - php : 7.2
39
30
env : DEPENDENCIES="dunglas/symfony-lock:^2"
40
- - php : 7.1
31
+ - php : 7.2
41
32
env : DEPENDENCIES="dunglas/symfony-lock:^3"
42
- - php : 7.1
43
- env : DEPENDENCIES="dunglas/symfony-lock:^4" STABILITY="rc"
33
+ - php : 7.2
34
+ env : DEPENDENCIES="dunglas/symfony-lock:^4"
44
35
45
36
# Latest dev release
46
37
- php : 7.3
47
- sudo : required
48
- before_install :
49
- - composer remove --dev friendsofphp/php-cs-fixer
50
- - env : STABILITY="dev"
38
+ env : STABILITY="dev"
51
39
52
40
before_install :
53
41
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
You can’t perform that action at this time.
0 commit comments