]> gitweb.factorcode.org Git - factor.git/commitdiff
.travis.yml: Add the clean repositories.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Jul 2018 06:47:46 +0000 (01:47 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Jul 2018 06:47:46 +0000 (01:47 -0500)
I also had to force push to these from factorcode's script that syncs factorcode to github.

.travis.yml

index 5fe890a31615099b735b68fd850891c7f6b0822b..d7d10155279983accca71c8a52329363178823bb 100644 (file)
@@ -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"