aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-user-overlay.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-user-overlay.sh')
-rw-r--r--dev/ci/ci-user-overlay.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/ci-user-overlay.sh b/dev/ci/ci-user-overlay.sh
index 028574743..bb193ebb5 100644
--- a/dev/ci/ci-user-overlay.sh
+++ b/dev/ci/ci-user-overlay.sh
@@ -20,3 +20,12 @@
# the name of the branch from which the PR originated. "" if the
# current job is a push build.
+echo $TRAVIS_PULL_REQUEST_BRANCH
+echo $TRAVIS_PULL_REQUEST
+echo $TRAVIS_BRANCH
+echo $TRAVIS_COMMIT
+
+if [ $TRAVIS_PULL_REQUEST == "461" ] || [ $TRAVIS_BRANCH == "stm+remove_compat_parsing" ]; then
+ mathcomp_CI_BRANCH=no_camlp4_compat
+ mathcomp_CI_GITURL=https://github.com/ejgallego/math-comp.git
+fi