aboutsummaryrefslogtreecommitdiff
path: root/dev/build
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-01-22 23:29:28 +0100
committerGaëtan Gilbert2019-01-22 23:32:46 +0100
commit95d977bf0b1825b7d822abbdd062cdb8c38051cb (patch)
tree930521bfe8d77d5fc11e42d562ea6607cdfe81ec /dev/build
parent03c17218eeacb098ff57ecee1d98f46b7c8fa185 (diff)
Remove travis
The azure OSX job replaces the first travis job, and the second always fails and so is useless.
Diffstat (limited to 'dev/build')
-rwxr-xr-xdev/build/windows/makecoq_mingw.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev/build/windows/makecoq_mingw.sh b/dev/build/windows/makecoq_mingw.sh
index 07a13b8204..2e934ff0c0 100755
--- a/dev/build/windows/makecoq_mingw.sh
+++ b/dev/build/windows/makecoq_mingw.sh
@@ -444,9 +444,6 @@ function load_overlay_data {
else
export CI_BRANCH=""
export CI_PULL_REQUEST=""
- # Used when building 8.8.0 with the latest scripts
- export TRAVIS_BRANCH=""
- export TRAVIS_PULL_REQUEST=""
fi
for overlay in /build/user-overlays/*.sh; do