diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-01-29 22:20:28 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-01-29 22:50:47 +0000 |
| commit | c30fa4baed0aa3354783443e07938cb289f75afd (patch) | |
| tree | 3cee069f7cb2cfae0334eb588a13a48885babbc7 /.travis.yml | |
| parent | 5e376c95b279bd35702a165a7cbb3e3cbcfea5cc (diff) | |
| download | webtrees-c30fa4baed0aa3354783443e07938cb289f75afd.tar.gz webtrees-c30fa4baed0aa3354783443e07938cb289f75afd.tar.bz2 webtrees-c30fa4baed0aa3354783443e07938cb289f75afd.zip | |
Pahout should now be working on PHP 7.4.0-dev
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a67dd5dbd4..4a3b8eb2d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ script: - vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover tests/clover.xml - - composer require wata727/pahout - - if [ "${TRAVIS_PHP_VERSION}" -ne nightly ]; then vendor/bin/pahout --php-version 7.1.3 --ignore-paths=data .; fi + - vendor/bin/pahout --php-version 7.1.3 - composer remove wata727/pahout - - composer require wapmorgan/php-code-fixer |
