Skip to content

Commit

Permalink
Use common setup script rather than OS specific ones (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz authored and kain88-de committed Jun 17, 2017
1 parent ebe2b84 commit 9dc1737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9dc1737

Please sign in to comment.