diff options
| author | Alex Flint <[email protected]> | 2019-10-21 23:40:36 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-21 23:40:36 -0700 |
| commit | c0c7a3ba8a1854cd85e65cca4f0e2028698a0738 (patch) | |
| tree | 4f107812eb75ca8fc0c9f11ca199205b9ef31cd9 /.travis.yml | |
| parent | 873f3c2cf4ec11ac4cab84a6ebaf61f695ab8b68 (diff) | |
| parent | e0fc08f7ad001371541770efcc43cf840288fee8 (diff) | |
Merge pull request #91 from alexflint/defaultsv1.2.0
Allow default values in struct tags
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index d2a00fd..87ef507 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,7 @@ language: go go: - - "1.10" - "1.12" - - tip -env: - - GO111MODULE=on # will only be used in go 1.11 + - "1.13" before_install: - go get github.com/axw/gocov/gocov - go get github.com/mattn/goveralls |
