Skip to content

Commit

Permalink
Fixed bad substitution.
Browse files Browse the repository at this point in the history
  • Loading branch information
jirenius committed Jan 7, 2019
1 parent c797c07 commit ac5b23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- go get github.com/golang/lint/golint
- go get github.com/client9/misspell/cmd/misspell
before_script:
- VER=${$TRAVIS_GO_VERSION%.*}
- VER=${TRAVIS_GO_VERSION%.*}
- $(exit $(go fmt ./... | wc -l))
- go vet ./...
- staticcheck -go $VER ./...
Expand Down

0 comments on commit ac5b23f

Please sign in to comment.