add php 5.6 to travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user