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 22a8dd8 commit 98d2f87Copy full SHA for 98d2f87
.travis.yml
@@ -4,8 +4,8 @@ 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
+ - wget https://github.com/errata-ai/vale/releases/download/v3.4.2/vale_3.4.2_Linux_64-bit.tar.gz
+ - mkdir bin && tar -xvzf vale_3.4.2_Linux_64-bit.tar.gz -C bin
9
- export PATH=./bin:"$PATH"
10
11
- bundle install --jobs=3
0 commit comments