1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-21 05:11:46 +02:00

Merge pull request #489 from glensc/travis

add travis config
This commit is contained in:
Steve Clay
2015-11-21 16:22:42 -05:00

27
.travis.yml Normal file
View File

@@ -0,0 +1,27 @@
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