From e6cc0419e5957feb183623f67546a68d90dffc6a Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Thu, 20 Aug 2015 12:33:55 +0200 Subject: [PATCH] conda: give 10 more minutes to ISE to achieve routing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f3498cb7..e57e5491b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_install: - conda install -q pip coverage anaconda-client migen cython - pip install coveralls install: - - conda build conda/artiq + - travis_wait conda build conda/artiq - conda install -q artiq --use-local script: - coverage run --source=artiq setup.py test