Mac Tweaks.
This commit is contained in:
parent
1a43bfca2e
commit
047b757f48
|
@ -17,7 +17,7 @@ cache:
|
||||||
- .conan
|
- .conan
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- brew install git-lfs
|
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew install git-lfs; git lfs install; fi
|
||||||
install:
|
install:
|
||||||
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
|
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
|
||||||
- source ci-helpers/travis/setup_conda.sh
|
- source ci-helpers/travis/setup_conda.sh
|
||||||
|
|
Loading…
Reference in New Issue