Skip to content

Commit

Permalink
Set version of Go for compilation stage to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ziflex committed Mar 4, 2019
1 parent 1354ff0 commit 9e737dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- make fmt
- if [[ $(git diff --stat) != '' ]]; then echo 'Invalid formatting!' >&2; exit 1; fi
- stage: compile
go: stable
script:
- make generate
- make compile
Expand All @@ -61,5 +62,6 @@ jobs:
after_script:
- killall google-chrome-stable
- stage: bench
go: stable
script:
- make bench

0 comments on commit 9e737dd

Please sign in to comment.