mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-05-03 02:26:41 +03:00
Merge pull request #108 from JustBlackBird/fix_travis
Fix travis build configs
This commit is contained in:
commit
42a7ae732e
@ -8,5 +8,5 @@ php:
|
|||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
- php-52
|
- php-52
|
||||||
before_script: composer install
|
before_script: composer self-update && 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