Skip to content

Commit

Permalink
Add dependabot and add testing against Go 1.12 and 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Mar 17, 2020
1 parent 8a21d9e commit bd9a2e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
version: 1
update_configs:
- package_manager: "go:modules"
directory: "/"
update_schedule: "daily"
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: go
go: "1.13"

go:
- 1.12.x
- 1.13.x

# Skip the install step. Don't `go get` dependencies. Only build with the code in vendor/
install: skip
Expand Down

0 comments on commit bd9a2e2

Please sign in to comment.