Skip to content

Commit 70409ed

Browse files
datapythonistaJulianWgs
authored andcommitted
CLN: Remove travis build (pandas-dev#41738)
1 parent e308f89 commit 70409ed

File tree

5 files changed

+0
-226
lines changed

5 files changed

+0
-226
lines changed

.travis.yml

-72
This file was deleted.

ci/check_git_tags.sh

-28
This file was deleted.

ci/prep_cython_cache.sh

-74
This file was deleted.

ci/setup_env.sh

-23
Original file line numberDiff line numberDiff line change
@@ -63,29 +63,6 @@ conda update -n base conda
6363
echo "conda info -a"
6464
conda info -a
6565

66-
echo
67-
echo "set the compiler cache to work"
68-
if [ -z "$NOCACHE" ] && [ "${TRAVIS_OS_NAME}" == "linux" ]; then
69-
echo "Using ccache"
70-
export PATH=/usr/lib/ccache:/usr/lib64/ccache:$PATH
71-
GCC=$(which gcc)
72-
echo "gcc: $GCC"
73-
CCACHE=$(which ccache)
74-
echo "ccache: $CCACHE"
75-
export CC='ccache gcc'
76-
elif [ -z "$NOCACHE" ] && [ "${TRAVIS_OS_NAME}" == "osx" ]; then
77-
echo "Install ccache"
78-
brew install ccache > /dev/null 2>&1
79-
echo "Using ccache"
80-
export PATH=/usr/local/opt/ccache/libexec:$PATH
81-
gcc=$(which gcc)
82-
echo "gcc: $gcc"
83-
CCACHE=$(which ccache)
84-
echo "ccache: $CCACHE"
85-
else
86-
echo "Not using ccache"
87-
fi
88-
8966
echo "source deactivate"
9067
source deactivate
9168

ci/submit_cython_cache.sh

-29
This file was deleted.

0 commit comments

Comments
 (0)