Skip to content

Commit 991af99

Browse files
committed
Update Vale
1 parent e198418 commit 991af99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ python:
44
- "3.6"
55
install:
66
# 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"
7+
- curl -sfL https://install.goreleaser.com/github.com/ValeLint/vale.sh | sh -s v2.10.5
8+
- export PATH="./bin:$PATH"
9+
- vale -v
1010

1111
- bundle install --jobs=3
1212

0 commit comments

Comments
 (0)