1
0
mirror of https://github.com/mrclay/minify.git synced 2025-03-13 00:49:39 +01:00
minify/.travis.yml
2015-11-20 11:57:30 +02:00

28 lines
305 B
YAML

language: php
php:
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
matrix:
allow_failures:
- php: hhvm
- php: 7.0
cache:
apt: true
directories:
- $HOME/.composer/cache
install:
- composer install --no-interaction --prefer-source
script:
- composer validate
# vim:ts=2:sw=2:et