Skip to content
This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Commit 4899d8e

Browse files
author
Víctor Terrón
committed
Don't git submodule add vterron/barycorr
Travis CI clones Git submodules by default: https://docs.travis-ci.com/user/customizing-the-build#git-submodules
1 parent 6fd151f commit 4899d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_install:
1818
- sudo easy_install -U distribute
1919
- sudo pip install "numpy>=1.7.1"
2020
- sudo pip install -r pre-requirements.txt
21-
- git submodule add -b init [email protected]:vterron/barycorr.git
21+
- cd barycorr; git checkout init; cd ..
2222
# 'travis_wait': avoid timeout during SciPy installation
2323
- travis_wait 45 sudo pip install -r requirements.txt
2424
# Install IRAF and SExtractor

0 commit comments

Comments
 (0)