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 6e81a50 commit 4ce30efCopy full SHA for 4ce30ef
.travis.yml
@@ -16,15 +16,13 @@ matrix:
16
dist: trusty
17
18
before_install:
19
+ - if [[ $TRAVIS_PHP_VERSION = hhv* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
20
- travis_retry composer self-update
21
22
install:
23
- travis_retry composer require --dev --no-update squizlabs/php_codesniffer
24
- travis_retry composer install --prefer-dist --no-interaction
25
-before_script:
26
- - if [[ $TRAVIS_PHP_VERSION = hhvm* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
27
-
28
script:
29
- vendor/bin/phpcs
30
- vendor/bin/phpunit --coverage-text --exclude-group integration
0 commit comments