Skip to content

Commit

Permalink
switch installing go version to install block
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Jun 18, 2020
1 parent 7ca3b32 commit f2fbe29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: java
sudo: true
dist: bionic
install: /bin/true
before_script:

install:
- eval "$(curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | GIMME_GO_VERSION=1.14.x bash)"
- echo `go env`
- echo `which go`
Expand Down

0 comments on commit f2fbe29

Please sign in to comment.