Skip to content

Commit

Permalink
Merge edea379 into 68e3282
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed Oct 29, 2020
2 parents 68e3282 + edea379 commit ee32fab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -3,6 +3,9 @@ sudo: required

language: go

go:
- "1.14"

env:
- DEPLOY_DOCS="$(if [[ $TRAVIS_BRANCH == 'master' && $TRAVIS_PULL_REQUEST == 'false' ]]; then echo -n 'true' ; else echo -n 'false' ; fi)"

Expand All @@ -14,7 +17,7 @@ before_install:

install:
- docker pull mysql:5.6
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- go get github.com/kisielk/errcheck

# With the "docker" tag enabled on go test invocation (-tags docker)
Expand Down

0 comments on commit ee32fab

Please sign in to comment.