diff options
| author | Gaëtan Gilbert | 2018-10-03 10:46:56 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-10-03 10:46:56 +0200 |
| commit | b4eef9c0825b8aefa2fb203e88e8202575064256 (patch) | |
| tree | 8f1776e2c8f62a8e6bbbde9d60c90ae3fdb157ba /dev | |
| parent | 24550259892e9e408b11359fa71b240083e7546f (diff) | |
| parent | 88b434a6c61979e1deb4010ce6669b1a4116240a (diff) | |
Merge PR #8613: [ci] [travis] Remove CI contrib testing from Travis.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/ci-common.sh | 7 | ||||
| -rwxr-xr-x | dev/tools/sudo-apt-get-update.sh | 4 |
2 files changed, 0 insertions, 11 deletions
diff --git a/dev/ci/ci-common.sh b/dev/ci/ci-common.sh index 4acc0e86cf..7a450d0d48 100644 --- a/dev/ci/ci-common.sh +++ b/dev/ci/ci-common.sh @@ -16,13 +16,6 @@ then then export CI_PULL_REQUEST="${CI_BRANCH#pr-}" fi -elif [ -n "${TRAVIS}" ]; -then - # Travis build, `-local` passed to `configure` - export OCAMLPATH="$PWD:$OCAMLPATH" - export COQBIN="$PWD/bin" - export CI_PULL_REQUEST="$TRAVIS_PULL_REQUEST" - export CI_BRANCH="$TRAVIS_BRANCH" elif [ -d "$PWD/_build/install/default/" ]; then # Dune build diff --git a/dev/tools/sudo-apt-get-update.sh b/dev/tools/sudo-apt-get-update.sh deleted file mode 100755 index f8bf6bed41..0000000000 --- a/dev/tools/sudo-apt-get-update.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -(sudo apt-get update "$@" 2>&1 || echo 'E: update failed') | tee /tmp/apt.err -! grep -q '^\(E:\|W: Failed to fetch\)' /tmp/apt.err || exit $? |
