From c6bba4d5eb599b16e446aafe978733665b442e14 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Thu, 20 Aug 2015 13:03:09 +0200 Subject: [PATCH] Revert "conda: give 10 more minutes to ISE to achieve routing" This reverts commit e6cc0419e5957feb183623f67546a68d90dffc6a. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e57e5491b..7f3498cb7 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: - - travis_wait conda build conda/artiq + - conda build conda/artiq - conda install -q artiq --use-local script: - coverage run --source=artiq setup.py test