From 8c9b3bf7a41f361b83111cb567319ad485f62483 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 7 Jul 2018 01:47:46 -0500 Subject: [PATCH] .travis.yml: Add the clean repositories. I also had to force push to these from factorcode's script that syncs factorcode to github. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5fe890a316..d7d1015527 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,6 +41,12 @@ before_install: ( cd udis86-1.7.2/ && ./autogen.sh && ./configure --enable-shared=yes && make && sudo make install ) && ( [[ "$TRAVIS_OS_NAME" != "osx" ]] && sudo ldconfig || true ) - git remote set-branches --add origin master + - git remote set-branches --add origin clean-windows-x86-64 + - git remote set-branches --add origin clean-windows-x86-32 + - git remote set-branches --add origin clean-linux-x86-64 + - git remote set-branches --add origin clean-linux-x86-32 + - git remote set-branches --add origin clean-macosx-x86-64 + - git remote set-branches --add origin clean-macosx-x86-32 - git fetch # so we can see which vocabs changed versus origin/master... script: - echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, TRAVIS_PULL_REQUEST_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH"