diff --git a/.travis.yml b/.travis.yml index 7df5cca..e9c68e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,8 @@ env: globaL: - DOCKER_VERSION=1.11.2-0~trusty - DOCKER_COMPOSE_VERSION=1.7.1 - - AEGIR_HOSTING_VERSION=7.x-3.x + - AEGIR_HOSTING_VERSION=feature/quick-review + - AEGIR_PROVISION_VERSION=feature/quick-review - AEGIR_TESTS_VERSION=master #env: @@ -34,7 +35,7 @@ before_install: - git checkout $AEGIR_TESTS_VERSION # Get Hosting - - git clone http://git.drupal.org/project/hosting.git /home/travis/build/aegir-project/hosting + - git clone http://github.com/aegir-project/hosting.git /home/travis/build/aegir-project/hosting - cd /home/travis/build/aegir-project/hosting - git checkout $AEGIR_HOSTING_VERSION