From 9cc5f593789d657dbcd7467b260fbd845fcc1657 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Tue, 20 Feb 2018 13:38:31 +0000 Subject: [PATCH] Get travis working --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5724f12..0eacbfc 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 +dist: precise + +language: php php: - 5.3 @@ -14,4 +16,4 @@ before_script: - cd ~/builds/ss script: - - phpunit blog/tests/ \ No newline at end of file + - phpunit blog/tests/