We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2cb78 commit 188b902Copy full SHA for 188b902
.travis.yml
@@ -1,25 +1,20 @@
1
-dist: trusty
+dist: xenial
2
3
language: php
4
5
php:
6
- 7.1
7
- 7.2
8
- 7.3
9
+ - 7.4
10
- nightly
11
-sudo: false
12
-
13
install:
14
- composer install
15
16
-after_success:
17
- - bash <(curl -s https://codecov.io/bash)
18
19
cache:
20
directories:
21
- $HOME/.composer/cache
22
23
script:
24
- - find PMAStandard/ -name '*.php' -print0 | xargs -0 -n1 php -l
25
-# - ./vendor/bin/phpunit --configuration phpunit.xml
+ - ./vendor/bin/phpcs --standard=PhpMyAdmin -vv | grep -oF "Processing ruleset $(pwd)/PhpMyAdmin/ruleset.xml"
0 commit comments