Skip to content

Commit

Permalink
CI: remove more cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Mar 27, 2017
1 parent 7e3dd90 commit aff78d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ matrix:
include:
- language: objective-c
os: osx
compiler: clang
cache:
ccache: true
directories:
Expand Down Expand Up @@ -58,11 +57,6 @@ matrix:
- python: 3.6
env:
- JOB="3.6" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate" CONDA_FORGE=true
addons:
apt:
packages:
- libatlas-base-dev
- gfortran
# In allow_failures
- python: 2.7
env:
Expand Down
3 changes: 2 additions & 1 deletion ci/install_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ if [ -z "$NOCACHE" ] && [ "${TRAVIS_OS_NAME}" == "linux" ]; then
echo "[ccache]: $ccache"
export CC='ccache gcc'
elif [ -z "$NOCACHE" ] && [ "${TRAVIS_OS_NAME}" == "osx" ]; then
echo "[Install ccache]"
brew install ccache > /dev/null 2>&1
echo "[Using ccache]"
time brew install ccache
export PATH=/usr/local/opt/ccache/libexec:$PATH
gcc=$(which gcc)
echo "[gcc]: $gcc"
Expand Down

0 comments on commit aff78d9

Please sign in to comment.