Skip to content

Commit

Permalink
build: use Go 1.12.x for build
Browse files Browse the repository at this point in the history
Signed-off-by: Ron Evans <[email protected]>
  • Loading branch information
deadprogram committed May 21, 2019
1 parent 3277f87 commit 8f9535a
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 @@ -4,6 +4,8 @@ dist: trusty

# language is go
language: go
go:
- "1.12.x"
go_import_path: gocv.io/x/gocv

addons:
Expand Down

0 comments on commit 8f9535a

Please sign in to comment.