Skip to content

Commit 79655f0

Browse files
committed
update .travis.yml
1 parent e458068 commit 79655f0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ env:
66
- RUN_TESTS=1
77

88
php:
9-
- 5.6
10-
- 7.0
11-
- hhvm
9+
- 7.3
1210

1311
sudo: false
1412

1513
matrix:
1614
include:
17-
- php: 5.6
15+
- php: 7.2
1816
env: PHPCS=1 RUN_TESTS=0
1917

2018
before_script:
@@ -23,7 +21,7 @@ before_script:
2321

2422
script:
2523
- sh -c "if [ '$RUN_TESTS' = '1' ]; then vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover; fi"
26-
- sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p -n --extensions=php --standard=psr2 ./src ./tests; fi"
24+
- sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p ./src ./tests; fi"
2725

2826
after_script:
2927
- if [[ $TRAVIS_PHP_VERSION != 'hhvm' && $TRAVIS_PHP_VERSION != '7.0' ]]; then php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover; fi

0 commit comments

Comments
 (0)