diff --git a/.travis.yml b/.travis.yml index a25c1ab..b978ab5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - "3.6" install: # Install the latest release of Vale: - - go get github.com/errata-ai/vale + - curl -sL https://install.goreleaser.com/github.com/ValeLint/vale.sh | bash + - export PATH=./bin:"$PATH" - bundle install --jobs=3 diff --git a/fixtures/punctuation/.vale.ini b/fixtures/punctuation/.vale.ini index 141a4c6..2d0dbdb 100644 --- a/fixtures/punctuation/.vale.ini +++ b/fixtures/punctuation/.vale.ini @@ -3,4 +3,4 @@ StylesPath = ../../ MinAlertLevel = suggestion [*.md] -proselint.Hyperbole = YES +BasedOnStyles = proselint