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 12, 2020
1 parent 0b7f4c2 commit 528ee31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ python:
- "3.6"
install:
# Install the latest release of Vale:
- go get github.com/errata-ai/vale
- 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
- mkdir bin && tar -xvzf vale_2.0.0-beta.2_Linux_64-bit.tar.gz -C bin
- export PATH=./bin:"$PATH"

- bundle install --jobs=3

Expand Down

0 comments on commit 528ee31

Please sign in to comment.