We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e198418 commit 991af99Copy full SHA for 991af99
.travis.yml
@@ -4,9 +4,9 @@ python:
4
- "3.6"
5
install:
6
# Install the latest release of Vale:
7
- - wget https://github.com/errata-ai/vale/releases/download/v2.0.0-beta.2/vale_2.0.0-beta.2_Linux_64-bit.tar.gz
8
- - mkdir bin && tar -xvzf vale_2.0.0-beta.2_Linux_64-bit.tar.gz -C bin
9
- - export PATH=./bin:"$PATH"
+ - curl -sfL https://install.goreleaser.com/github.com/ValeLint/vale.sh | sh -s v2.10.5
+ - export PATH="./bin:$PATH"
+ - vale -v
10
11
- bundle install --jobs=3
12
0 commit comments