diff options
| author | Hugo Herbelin | 2017-05-01 20:28:58 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2017-05-31 01:59:20 +0200 |
| commit | a07c0579a2d4b660b3b9996cd79bdf8e0f588949 (patch) | |
| tree | e1100ed961b0c961b53713e5d8c436e5837d180d /dev | |
| parent | 94126f45582b7f02a6c16284cdc627b7b0fe53ac (diff) | |
Overlay for math-comp.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/ci-user-overlay.sh | 8 |
1 files changed, 3 insertions, 5 deletions
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 |
