From 40a3a0adebde69ff3725d38df77b6d5db3ad57f0 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Mon, 20 Jul 2015 16:19:03 +0100 Subject: [PATCH] Move to new travis containerised infrastructure --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c482684..711f9a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,14 +4,16 @@ language: php php: - 5.3 +sudo: false + env: - DB=MYSQL CORE_RELEASE=3.1 - - DB=PGSQL CORE_RELEASE=master + - DB=PGSQL CORE_RELEASE=3 matrix: include: - php: 5.4 - env: DB=MYSQL CORE_RELEASE=master + env: DB=MYSQL CORE_RELEASE=3 before_script: - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support @@ -19,4 +21,4 @@ before_script: - cd ~/builds/ss script: - - phpunit googlesitemaps/tests/ \ No newline at end of file + - phpunit googlesitemaps/tests/