diff options
| author | Alex Flint <[email protected]> | 2019-08-06 16:58:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-06 16:58:46 -0700 |
| commit | 8baf7040d76473dd1d78c17b490d9d8cf6b1c584 (patch) | |
| tree | f3adbffc0cfcd02f559bbb1b1729e7f0a5b3ae35 /.travis.yml | |
| parent | 6de9e789a982b5708c535308315c3d1d54217612 (diff) | |
| parent | 11a27074fcbbcce6d5b2129c9d33328152cd56be (diff) | |
Merge pull request #82 from alexflint/subcommand-implv1.1.0
Add support for subcommands
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f953225..d2a00fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - "1.10" - - "1.11" + - "1.12" - tip env: - GO111MODULE=on # will only be used in go 1.11 |
