Skip to content

Commit

Permalink
ci: fix versions to workaround compiler release 🐛
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Bezzubov <[email protected]>
  • Loading branch information
bzz committed Apr 11, 2019
1 parent 59289bd commit 365db80
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
Expand Up @@ -5,8 +5,8 @@ language: go
go_import_path: gopkg.in/src-d/enry.v1

go:
- '1.11.x'
- '1.10.x'
- '1.11.6'
- '1.12.1'
env:
global:
- GO_VERSION_FOR_JVM='1.11.x'
Expand Down

0 comments on commit 365db80

Please sign in to comment.