File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,18 @@ matrix:
27
27
- php : 7.1
28
28
env : ES_VERSION="6.2"
29
29
30
- - php : 7.2
31
- env : ES_VERSION="6.0"
32
30
- php : 7.2
33
31
env : ES_VERSION="6.1"
34
32
- php : 7.2
35
33
env : ES_VERSION="6.2"
36
- - php : 7.2
34
+
35
+ - php : 7.3
36
+ env : ES_VERSION="6.0"
37
+ - php : 7.3
38
+ env : ES_VERSION="6.1"
39
+ - php : 7.3
40
+ env : ES_VERSION="6.2"
41
+ - php : 7.3
37
42
env : ES_VERSION="6.x"
38
43
39
44
allow_failures :
@@ -49,18 +54,18 @@ before_install:
49
54
- ./travis/download_and_run_es.sh
50
55
51
56
install :
52
- - composer install --prefer-source
57
+ - composer install --prefer-dist
53
58
54
59
before_script :
55
- - if [ $TRAVIS_PHP_VERSION = '7.0 ' ]; then PHPUNIT_FLAGS="--coverage-clover ./build/logs/clover.xml"; fi
60
+ - if [ $TRAVIS_PHP_VERSION = '7.3 ' ]; then PHPUNIT_FLAGS="--coverage-clover ./build/logs/clover.xml"; fi
56
61
- php util/RestSpecRunner.php
57
62
- php util/EnsureClusterAlive.php
58
63
59
64
script :
60
- - composer run-script phpcs
65
+ - if [ $TRAVIS_PHP_VERSION != '7.3' ]; then composer run-script phpcs; fi
61
66
- composer run-script phpstan
62
67
- vendor/bin/phpunit $PHPUNIT_FLAGS
63
68
- vendor/bin/phpunit -c phpunit-integration.xml --group sync $PHPUNIT_FLAGS
64
69
65
70
after_script :
66
- - if [ $TRAVIS_PHP_VERSION = '7.0 ' ]; then php vendor/bin/coveralls; fi
71
+ - if [ $TRAVIS_PHP_VERSION = '7.3 ' ]; then php vendor/bin/coveralls; fi
You can’t perform that action at this time.
0 commit comments