mirror of
https://github.com/mrclay/minify.git
synced 2025-08-11 08:34:19 +02:00
travis: always use latest composer.json, run phpunit tests
This commit is contained in:
@@ -19,9 +19,10 @@ cache:
|
|||||||
- $HOME/.composer/cache
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install --no-interaction --prefer-source
|
- composer update --no-interaction --prefer-source
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- composer validate
|
- composer validate
|
||||||
|
- phpunit
|
||||||
|
|
||||||
# vim:ts=2:sw=2:et
|
# vim:ts=2:sw=2:et
|
||||||
|
Reference in New Issue
Block a user