From a07c0579a2d4b660b3b9996cd79bdf8e0f588949 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Mon, 1 May 2017 20:28:58 +0200 Subject: Overlay for math-comp. --- dev/ci/ci-user-overlay.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'dev') diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh index bfa43cde1d..4aa10a6ad9 100644 --- a/dev/ci/ci-user-overlay.sh +++ b/dev/ci/ci-user-overlay.sh @@ -25,10 +25,8 @@ echo $TRAVIS_PULL_REQUEST echo $TRAVIS_BRANCH echo $TRAVIS_COMMIT -if [ $TRAVIS_PULL_REQUEST == "678" ] || [ $TRAVIS_BRANCH == "coqlib-part-02" ]; then - - mathcomp_CI_BRANCH=coqlib-part-02 - mathcomp_CI_GITURL=https://github.com/ejgallego/math-comp.git - +if [ $TRAVIS_PULL_REQUEST == "600" ] || [ $TRAVIS_BRANCH == "trunk+some-factorizations-with-ssreflect" ]; then + mathcomp_CI_BRANCH=trunk+interp_closed_glob_constr + mathcomp_CI_GITURL=https://github.com/herbelin/math-comp.git fi -- cgit v1.2.3