mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-05-03 10:33:08 +03:00
there's no need for building php-52 branch in travis
This commit is contained in:
parent
a4e56e3f60
commit
80e9f71b82
@ -3,5 +3,8 @@ php:
|
|||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.5
|
- 5.5
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- php-52
|
||||||
before_script: composer install
|
before_script: composer install
|
||||||
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs -n src/"
|
script: "./vendor/bin/phpunit && ./vendor/bin/phpcs -n src/"
|
||||||
|
Loading…
Reference in New Issue
Block a user