Skip to content

Commit

Permalink
use modified version of ci-helper again
Browse files Browse the repository at this point in the history
  • Loading branch information
kain88-de committed May 15, 2017
1 parent acf14c1 commit 70a5385
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ matrix:
install:
- cat ~/.bash_logout
# - rm ~/.bash_logout
# - git clone git://github.com/kain88-de/ci-helpers.git
# - cd ci-helpers
# - git checkout -b fix-travis-err origin/fix-travis-err
- git clone git://github.com/astropy/ci-helpers.git
- git clone git://github.com/kain88-de/ci-helpers.git
- cd ci-helpers
- git checkout -b fix-travis-err origin/fix-travis-err
# - git clone git://github.com/astropy/ci-helpers.git
- cd ${TRAVIS_BUILD_DIR}
- source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh
# additional external tools (Issue #898) -- HOLE
Expand Down

0 comments on commit 70a5385

Please sign in to comment.