Skip to content

Commit

Permalink
Update .travis.yml to run in go 1.13 and go 1.14
Browse files Browse the repository at this point in the history
Signed-off-by: Morten Hekkvang <[email protected]>
  • Loading branch information
artheus-sbab committed Apr 27, 2020
1 parent 8ee4777 commit 01400f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11.x
- 1.10.x
- 1.13.x
- 1.14.x

go_import_path: gopkg.in/src-d/go-queue.v1

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module gopkg.in/src-d/go-queue.v1
module gopkg.in/src-d/go-queue.v2

go 1.14

Expand Down

0 comments on commit 01400f0

Please sign in to comment.