mirror of
https://github.com/beetbox/beets.git
synced 2026-02-22 07:14:24 +01:00
Fix logical inversion 😳
This commit is contained in:
parent
c1b47bbe9f
commit
1c6b4a7ea7
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ matrix:
|
|||
# deps. We only install dependencies from apt for actual test runs, not for
|
||||
# docs and style checkers.
|
||||
before_install:
|
||||
- "[ ! -z $NONTEST ] && travis_retry sudo apt-get update || true"
|
||||
- "[ ! -z $NONTEST ] && travis_retry sudo apt-get install -qq bash-completion mp3gain || true"
|
||||
- "[ -z $NONTEST ] && travis_retry sudo apt-get update || true"
|
||||
- "[ -z $NONTEST ] && travis_retry sudo apt-get install -qq bash-completion mp3gain || true"
|
||||
- "[ ! -z $COVERAGE ] && travis_retry pip install coveralls || true"
|
||||
|
||||
# To install dependencies, tell tox to do everything but actually running the
|
||||
|
|
|
|||
Loading…
Reference in a new issue