aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-06-06 17:19:30 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-06-06 17:19:49 +0200
commit0a577d3c979af094ca00be3e7e323109c7e1f6ab (patch)
treea6f3db424624eae05ded3be6a84357d1ad291eda
parente5581b2a1e5b3d9fc5dc7fe95ee4ba121f5d42cd (diff)
Remove some overlays.
-rw-r--r--dev/ci/ci-user-overlay.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh
index 2ac1eecb3..398c12707 100644
--- a/dev/ci/ci-user-overlay.sh
+++ b/dev/ci/ci-user-overlay.sh
@@ -30,14 +30,3 @@ if [ $TRAVIS_PULL_REQUEST == "590" ] || [ $TRAVIS_BRANCH == "trunk+algebraic-mat
mathcomp_CI_GITURL=https://github.com/herbelin/math-comp.git
fi
-if [ $TRAVIS_PULL_REQUEST == "623" ] || [ $TRAVIS_BRANCH == "remove-sigma" ]; then
- mathcomp_CI_BRANCH=remove-sigma
- mathcomp_CI_GITURL=https://github.com/maximedenes/math-comp.git
- fiat_parsers_CI_BRANCH=remove-sigma
- fiat_parsers_CI_GITURL=https://github.com/maximedenes/fiat.git
- bedrock_src_CI_BRANCH=remove-sigma
- bedrock_src_CI_GITURL=https://github.com/maximedenes/bedrock.git
- bedrock_facade_CI_BRANCH=remove-sigma
- bedrock_facade_CI_GITURL=https://github.com/maximedenes/bedrock.git
-fi
-