mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Fixing travis config pointing to wrong repo
This commit is contained in:
parent
43a2414f50
commit
1243d0d848
@ -42,7 +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 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
|
||||
# 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"
|
||||
|
Loading…
Reference in New Issue
Block a user