From 3f7bbeac65649160d41f53c1fc1cdfe33b9741d4 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Mon, 20 Jul 2015 16:05:32 +0100 Subject: [PATCH] Move to new travis containerised infrastructure --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 55091eca..0a558db1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ language: php php: - 5.3 +sudo: false + env: - DB=MYSQL CORE_RELEASE=master - DB=PGSQL CORE_RELEASE=master @@ -19,4 +21,4 @@ before_script: - cd ~/builds/ss script: - - phpunit reports/tests/ \ No newline at end of file + - phpunit reports/tests/