From c2693c09ee68bf816481974e88617e532adbf639 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Mon, 20 Jul 2015 16:09:08 +0100 Subject: [PATCH] Move to new travis containerised infrastructure --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 80f05a3..7e32dfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details -language: php +language: php + +sudo: false php: - 5.3 @@ -25,4 +27,4 @@ before_script: - cd ~/builds/ss script: - - phpunit testsession/tests/unit/ \ No newline at end of file + - phpunit testsession/tests/unit/