Update .travis.yml config

This commit is contained in:
DariusIII
2018-02-26 10:38:34 +01:00
parent e7378969fe
commit c81c97d8f4
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -33,10 +33,10 @@ before_install:
- composer validate
install:
- yes '' | pecl install imagick
# Configure environment settings
- cp .env.travis .env
# Install composer packages.
- composer global require hirak/prestissimo
- composer install --prefer-dist
before_script:
@@ -58,4 +58,4 @@ before_script:
script:
travis_wait ./vendor/bin/phpunit
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
+1
View File
@@ -1,4 +1,5 @@
2018-02-26 DariusIII
* Chg: Update .travis.yml config
* Chg: Update phpunit to version 7.0.2
* Chg: Update imdbphp/imdbphp and add htmlpurifier
2018-02-23 DariusIII