Skip to content

Commit 792ea1f

Browse files
committed
Adding travis_wait
1 parent 6a6a593 commit 792ea1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: C
22

33
install:
4-
- CHANNEL=http://conda.lsst.codes/sims ./install.sh lsst-sims
4+
- CHANNEL=http://conda.lsst.codes/sims
5+
- travis_wait 20 ./install.sh lsst-sims
56
- export PATH="$HOME/miniconda/bin:$PATH"
67
- source eups-setups.sh
78
- setup lsst_sims

0 commit comments

Comments
 (0)