Skip to content

Commit

Permalink
migrate to go 1.12 and go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
adambabik committed Jun 9, 2019
1 parent d5a172a commit ab2bf61
Show file tree
Hide file tree
Showing 2,116 changed files with 178,724 additions and 215,140 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ notifications:
email: false
language: go
go:
- 1.10.x
- 1.12.x
sudo: false
dist: trusty
install: make setup
jobs:
include:
- stage: Lint
before_script: make dep-ensure
script:
- make lint
- stage: Test with deployed mailservers
Expand Down
Loading

0 comments on commit ab2bf61

Please sign in to comment.