Skip to content

Commit 0d9d27c

Browse files
committed
CI: typo in using ccache
1 parent f0533e4 commit 0d9d27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/install_travis.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ else
5454
bash miniconda.sh -b -p "$MINICONDA_DIR" || exit 1
5555
fi
5656

57-
echo "[show conds]"
57+
echo "[show conda]"
5858
which conda
5959

6060
echo "[update conda]"
@@ -78,7 +78,7 @@ fi
7878
conda info -a || exit 1
7979

8080
# set the compiler cache to work
81-
if [ "$USE_CACHE" ] && "${TRAVIS_OS_NAME}" == "linux" ]; then
81+
if [ "$USE_CACHE" ] && [ "${TRAVIS_OS_NAME}" == "linux" ]; then
8282
echo "[Using ccache]"
8383
export PATH=/usr/lib/ccache:/usr/lib64/ccache:$PATH
8484
gcc=$(which gcc)

0 commit comments

Comments
 (0)