mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-27 03:14:40 +01:00
Disable aligncheck in CI too
This commit is contained in:
parent
2a8e67505a
commit
d26e9671d1
@ -17,7 +17,7 @@ install:
|
||||
|
||||
script:
|
||||
- $HOME/gopath/bin/goveralls -service=travis-ci
|
||||
- gometalinter --deadline=5m ./...
|
||||
- gometalinter --deadline=5m --disable=aligncheck ./...
|
||||
|
||||
after_success:
|
||||
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
|
||||
|
Loading…
Reference in New Issue
Block a user