FIX: Change for multiple packages installed when testing has been committed to main SilverStripe Travis setup repo

This commit is contained in:
Gordon Anderson 2016-01-19 20:22:07 +07:00
parent 0e64cc4fe0
commit 8239f0b493
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@ matrix:
before_script:
- phpenv rehash
- composer self-update || true
- git clone https://github.com/gordonbanderson/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