Skip to content

Commit aff78d9

Browse files
committed
CI: remove more cruft
1 parent 7e3dd90 commit aff78d9

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ matrix:
2626
include:
2727
- language: objective-c
2828
os: osx
29-
compiler: clang
3029
cache:
3130
ccache: true
3231
directories:
@@ -58,11 +57,6 @@ matrix:
5857
- python: 3.6
5958
env:
6059
- JOB="3.6" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate" CONDA_FORGE=true
61-
addons:
62-
apt:
63-
packages:
64-
- libatlas-base-dev
65-
- gfortran
6660
# In allow_failures
6761
- python: 2.7
6862
env:

ci/install_travis.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ if [ -z "$NOCACHE" ] && [ "${TRAVIS_OS_NAME}" == "linux" ]; then
7777
echo "[ccache]: $ccache"
7878
export CC='ccache gcc'
7979
elif [ -z "$NOCACHE" ] && [ "${TRAVIS_OS_NAME}" == "osx" ]; then
80+
echo "[Install ccache]"
81+
brew install ccache > /dev/null 2>&1
8082
echo "[Using ccache]"
81-
time brew install ccache
8283
export PATH=/usr/local/opt/ccache/libexec:$PATH
8384
gcc=$(which gcc)
8485
echo "[gcc]: $gcc"

0 commit comments

Comments
 (0)