From 9f461b8d7c1fc15998b11a411443286cf9f33f94 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Fri, 4 Mar 2016 16:25:45 +1300 Subject: [PATCH] Include cms tests in travis (Fixes #87) --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 711f9a4..4414841 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details -language: php -php: +language: php +php: - 5.3 sudo: false @@ -16,9 +16,11 @@ matrix: env: DB=MYSQL CORE_RELEASE=3 before_script: + - phpenv rehash + - composer self-update - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss + - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss --require silverstripe/cms:~3.1 - cd ~/builds/ss -script: +script: - phpunit googlesitemaps/tests/