Skip to content

Commit

Permalink
Drop go get
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Jan 3, 2020
1 parent ea64c1a commit 98b5b2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fixtures/punctuation/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ StylesPath = ../../
MinAlertLevel = suggestion

[*.md]
proselint.Hyperbole = YES
BasedOnStyles = proselint

0 comments on commit 98b5b2f

Please sign in to comment.