diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2017-05-31 17:43:55 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2017-06-06 17:41:37 +0200 |
commit | 3d3867b4ba32f2bf705d2f8c7d38c9a934dbdb6a (patch) | |
tree | 74fe759b10d442c05bf8bc68028d1543a6d461ef /dev/ci | |
parent | 014749917e5de9fe1885a1b1edc52b01cefa6f3f (diff) |
Overlay.
Diffstat (limited to 'dev/ci')
-rw-r--r-- | dev/ci/ci-user-overlay.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh index 398c12707..195ede6d0 100644 --- a/dev/ci/ci-user-overlay.sh +++ b/dev/ci/ci-user-overlay.sh @@ -25,8 +25,8 @@ echo $TRAVIS_PULL_REQUEST echo $TRAVIS_BRANCH echo $TRAVIS_COMMIT -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 +if [ $TRAVIS_PULL_REQUEST == "669" ] || [ $TRAVIS_BRANCH == "ssr-merge" ]; then + mathcomp_CI_BRANCH=ssr-merge + mathcomp_CI_GITURL=https://github.com/maximedenes/math-comp.git fi |