File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,16 @@ sudo: false
88
99php :
1010 - 7.1
11+ - 7.2
12+ - 7.3
1113
1214matrix :
1315 fast_finish : true
1416
1517env :
1618 global :
1719 # Set the composer vendor Path.
18- - COMPOSER_VENDOR_PATH="$HOME/.composer/vendor"
20+ - COMPOSER_VENDOR_PATH="$HOME/.config/ composer/vendor"
1921
2022 # Add executables into PATH.
2123 - PATH="$PATH:$COMPOSER_VENDOR_PATH/bin"
@@ -35,9 +37,9 @@ before_install:
3537 - composer global require hirak/prestissimo --no-interaction
3638
3739 # Install PHP Code Sniffer and Drupal Coding standards.
38- # - composer global require drupal/coder --prefer-dist -vvv || exit 1
39- # - phpcs --config-set installed_paths "$COMPOSER_VENDOR_PATH/drupal/coder/coder_sniffer"
40- # - phpcs --config-set ignore_warnings_on_exit 1
40+ - composer global require drupal/coder --prefer-dist -vvv || exit 1
41+ - phpcs --config-set installed_paths "$COMPOSER_VENDOR_PATH/drupal/coder/coder_sniffer"
42+ - phpcs --config-set ignore_warnings_on_exit 1
4143
4244install :
4345 # Create Drupal project.
@@ -58,4 +60,4 @@ script:
5860 - $TRAVIS_BUILD_DIR/.travis/test-script.sh
5961
6062 # Sniff code standards.
61- # - phpcs --standard=Drupal --ignore=*.md,*.txt --warning-severity=0 -d date.timezone=UTC .
63+ - phpcs --standard=Drupal --ignore=*.md,*.txt,.travis/* --warning-severity=0 -d date.timezone=UTC .
You can’t perform that action at this time.
0 commit comments