mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Attempt to workaround Travis "10 minutes without output".
This commit is contained in:
@@ -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:
|
||||
|
||||
+4
-1
@@ -14,5 +14,8 @@
|
||||
"structcheck",
|
||||
"aligncheck"
|
||||
],
|
||||
"Deadline": "15m"
|
||||
"Deadline": "20m",
|
||||
"Vendor": true,
|
||||
"VendoredLinters": true,
|
||||
"Concurrency": 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user