summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-29 16:38:56 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-29 17:42:57 +0200
commitb7ca0cfec0bb49af16f4a56117bab7af950f8e8b (patch)
treea3c7fbc75a200524728f47d494017d32599c682a /scripts
parentd7112b576e17f2295a18b36efc4dc3a86bbe9f44 (diff)
downloadcurl-b7ca0cfec0bb49af16f4a56117bab7af950f8e8b.tar.gz
CI: remove travis details
Rename still used leftovers to "zuul" as that's now the CI using them. Closes #7313
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/zuul/before_script.sh (renamed from scripts/travis/before_script.sh)3
-rwxr-xr-xscripts/zuul/iconv-env.sh (renamed from scripts/travis/iconv-env.sh)0
-rwxr-xr-xscripts/zuul/script.sh (renamed from scripts/travis/script.sh)2
3 files changed, 1 insertions, 4 deletions
diff --git a/scripts/travis/before_script.sh b/scripts/zuul/before_script.sh
index b7a321bcb..e5d9061a9 100755
--- a/scripts/travis/before_script.sh
+++ b/scripts/zuul/before_script.sh
@@ -145,9 +145,6 @@ if [ $TRAVIS_OS_NAME = linux -a "$WOLFSSL" ]; then
fi
# Install common libraries.
-# The library build directories are set to be cached by .travis.yml. If you are
-# changing a build directory name below (eg a version change) then you must
-# change it in .travis.yml `cache: directories:` as well.
if [ $TRAVIS_OS_NAME = linux ]; then
if [ "$MESALINK" = "yes" ]; then
diff --git a/scripts/travis/iconv-env.sh b/scripts/zuul/iconv-env.sh
index bf4b87662..bf4b87662 100755
--- a/scripts/travis/iconv-env.sh
+++ b/scripts/zuul/iconv-env.sh
diff --git a/scripts/travis/script.sh b/scripts/zuul/script.sh
index f2286850d..55286bdb7 100755
--- a/scripts/travis/script.sh
+++ b/scripts/zuul/script.sh
@@ -113,7 +113,7 @@ if [ "$T" = "tidy" ]; then
fi
if [ "$T" = "iconv" ]; then
- source scripts/travis/iconv-env.sh
+ source scripts/zuul/iconv-env.sh
./configure --enable-debug --enable-werror $C
make
make examples