mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Attempt to workaround Travis "10 minutes without output".
This commit is contained in:
6
Makefile
6
Makefile
@@ -36,7 +36,11 @@ coverage: coverage.out
|
||||
rm -f coverage.out
|
||||
|
||||
check: system/env
|
||||
gometalinter --vendor --vendored-linters --config=linter.json ./...
|
||||
if [ -x travis_wait ]; then \
|
||||
travis_wait gometalinter --config=linter.json ./...; \
|
||||
else \
|
||||
gometalinter --config=linter.json ./...; \
|
||||
fi
|
||||
. system/env/bin/activate && flake8 --max-line-length=200 --exclude=env/ system/
|
||||
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user