diff options
| author | Emilio Jesus Gallego Arias | 2018-10-01 19:26:49 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-02 16:01:02 +0200 |
| commit | 88b434a6c61979e1deb4010ce6669b1a4116240a (patch) | |
| tree | 79e97db6864c3cff7ba6865a0c62f1f0e55624fc /dev/tools | |
| parent | e65d160d5fa4e0b8b5754b0925b0b5a880523bc5 (diff) | |
[ci] [travis] Remove CI contrib testing from Travis.
This was kept as a fallback for some time, not worth keeping it
anymore as our GitLab setup seems mature and reliable enough.
Diffstat (limited to 'dev/tools')
| -rwxr-xr-x | dev/tools/sudo-apt-get-update.sh | 4 |
1 files changed, 0 insertions, 4 deletions
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 $? |
