Skip to content

Commit 5739c93

Browse files
GrahamCampbellfedeisas
authored andcommitted
Update .travis.yml (#69)
1 parent c1cbdbe commit 5739c93

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

.travis.yml

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11

22
language: php
33

4-
sudo: false
5-
64
matrix:
75
include:
86
- php: 5.6
7+
dist: xenial
98
- php: 7.0
9+
dist: xenial
1010
- php: 7.1
11+
dist: bionic
1112
- php: 7.2
13+
dist: bionic
1214
- php: 7.3
13-
- php: nightly
14-
- php: hhvm
15-
allow_failures:
16-
- php: nightly
17-
- php: hhvm
15+
dist: bionic
16+
- php: 7.4
17+
dist: bionic
18+
- php: hhvm-3.18
19+
dist: trusty
1820

1921
install:
2022
- travis_retry composer install --no-interaction --prefer-source
@@ -23,12 +25,6 @@ before_script:
2325
- mkdir -p build/logs
2426

2527
script:
26-
# - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpcs --standard=phpcs.xml ./src/; fi;'
27-
# - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpcs --standard=phpcs.xml ./tests/; fi;'
28-
# - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpmd ./src/ text phpmd.xml; fi;'
29-
# - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpmd ./tests/ text phpmd.xml; fi;'
30-
# - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/parallel-lint ./src/; fi;'
31-
# - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/parallel-lint ./tests/; fi;'
3228
- bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi;'
3329
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then vendor/bin/phpunit; fi;'
3430

0 commit comments

Comments
 (0)