add php 5.6 to travis

This commit is contained in:
Manuel Raynaud
2014-02-11 18:34:43 +01:00
parent 740042ee63
commit af90ac19ce

View File

@@ -1,8 +1,9 @@
language: php
php:
- "5.4"
- "5.5"
- 5.4
- 5.5
- 5.6
env:
- DB_USER=root
@@ -15,4 +16,4 @@ before_script:
- php Thelia thelia:install --db_host=localhost --db_username=$DB_USER --db_name=thelia
- php install/faker.php
- php Thelia module:activate Colissimo
- php Thelia module:activate Cheque
- php Thelia module:activate Cheque