From af90ac19ceaf5b1850deea6e9a4b79e2d8da998a Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 11 Feb 2014 18:34:43 +0100 Subject: [PATCH] add php 5.6 to travis --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 184a98fbe..b42159194 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - php Thelia module:activate Cheque