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