We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328cf7d commit dc61fe0Copy full SHA for dc61fe0
.travis.yml
@@ -32,6 +32,7 @@ script:
32
- if [ -z "$COVERAGEPY" ]; then
33
python-coverage --version;
34
else
35
+ which coverage;
36
coverage --version;
37
fi
38
- '[ $CI_TARGET = neovim ] && VROOM_ARGS="--neovim" || VROOM_ARGS=""'
0 commit comments