Skip to content

Commit

Permalink
Update to go 1.12 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei committed Apr 9, 2019
1 parent c61a9df commit d2ce263
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: go
go:
- "1.9.x"
- "1.10.x"
- "1.11.x"
- "1.12.x"
- master

matrix:
Expand All @@ -20,7 +20,7 @@ before_script:
- ./cc-test-reporter before-build

install:
- wget https://github.com/go-task/task/releases/download/v2.0.1/task_linux_amd64.tar.gz
- wget https://github.com/go-task/task/releases/download/v2.5.0/task_linux_amd64.tar.gz
- tar xf task_linux_amd64.tar.gz
- mv task $HOME/gopath/bin

Expand Down

0 comments on commit d2ce263

Please sign in to comment.