From 9dc173783fae2712c9ccba27f8032bfb440ec4cb Mon Sep 17 00:00:00 2001 From: Brigitta Sipocz Date: Sat, 17 Jun 2017 19:37:12 +0100 Subject: [PATCH] Use common setup script rather than OS specific ones (#1408) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 66a56880381..77330999d37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,7 @@ matrix: install: - git clone git://github.com/astropy/ci-helpers.git - - source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh + - source ci-helpers/travis/setup_conda.sh # additional external tools (Issue #898) -- HOLE - | if [[ $NAME == 'full' ]]; then \