1
0
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:
Elan Ruusamäe
2015-11-22 22:18:42 +02:00
parent 6f923c66ee
commit 2471fbfc6e

View File

@@ -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