From 1d63b8d3234d80060b96c7838bacd0d64f44ced6 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Tue, 19 Jan 2016 20:20:18 +0000 Subject: [PATCH] Fixing Travis support repo branch --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 353522a..bbdf9f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,8 +42,7 @@ matrix: before_script: - phpenv rehash - composer self-update || true - - git clone https://github.com/silverstripe/silverstripe-travis-support.git --branch pull-24 ~/travis-support -# - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support + - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support # Install suggested modules in order to maximize test coverage - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss --require "ezyang/htmlpurifier:4.*,silverstripe/cms:~3.1" - cd ~/builds/ss