Skip to content

Commit 188b902

Browse files
committed
Improve .travis.yml config and a "real" test
Signed-off-by: William Desportes <[email protected]>
1 parent 3e2cb78 commit 188b902

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
1-
dist: trusty
1+
dist: xenial
22

33
language: php
44

55
php:
66
- 7.1
77
- 7.2
88
- 7.3
9+
- 7.4
910
- nightly
1011

11-
sudo: false
12-
1312
install:
1413
- composer install
1514

16-
after_success:
17-
- bash <(curl -s https://codecov.io/bash)
18-
1915
cache:
2016
directories:
2117
- $HOME/.composer/cache
2218

2319
script:
24-
- find PMAStandard/ -name '*.php' -print0 | xargs -0 -n1 php -l
25-
# - ./vendor/bin/phpunit --configuration phpunit.xml
20+
- ./vendor/bin/phpcs --standard=PhpMyAdmin -vv | grep -oF "Processing ruleset $(pwd)/PhpMyAdmin/ruleset.xml"

0 commit comments

Comments
 (0)