diff --git a/.travis.yml b/.travis.yml index 7bd9b7345..583205fb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,8 @@ before_install: - "cp .travis.settings.xml $HOME/.m2/settings.xml" - pushd .. # TODO switch to correct branch - using master for now -# - git clone -b ${TRAVIS_BRANCH} https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/Alfresco/alfresco-community-repo - - git clone https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/Alfresco/alfresco-community-repo +# - git clone -b ${TRAVIS_BRANCH} https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/Alfresco/alfresco-community-repo.git + - git clone https://${GIT_USERNAME}:${GIT_PASSWORD}@github.com/Alfresco/alfresco-community-repo.git - cd alfresco-community-repo - mvn clean install -DskipTests -PcommunityDocker -B -V - popd