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