diff options
author | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2017-05-12 19:38:06 +0200 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2017-05-31 02:04:52 +0200 |
commit | ccd8ab4721406991ad63c1e82a880a1f42bf065f (patch) | |
tree | ac8fa51eec1e9dd4677597092d0367b7078c292a /dev | |
parent | bf3b52f6a950490ad99b032cb0b41d32cff64824 (diff) |
Adding 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 bfa43cde1..398c12707 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 == "590" ] || [ $TRAVIS_BRANCH == "trunk+algebraic-matchingvar" ]; then + mathcomp_CI_BRANCH=trunk+pr590-patvar + mathcomp_CI_GITURL=https://github.com/herbelin/math-comp.git fi |