diff options
author | Duco van Amstel <duco.vanamstel@gmail.com> | 2018-10-12 22:14:36 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-10-12 23:14:36 +0200 |
commit | 97b1fc813b0fd363fb82df3cba2b4e8ce8e394b8 (patch) | |
tree | ac04eeb9a7ad53285e1f1e8e66187847af8b8d9d /.travis.yml | |
parent | 917040b044e349eadc886f9685ada30d164687eb (diff) | |
download | matterbridge-msglm-97b1fc813b0fd363fb82df3cba2b4e8ce8e394b8.tar.gz matterbridge-msglm-97b1fc813b0fd363fb82df3cba2b4e8ce8e394b8.tar.bz2 matterbridge-msglm-97b1fc813b0fd363fb82df3cba2b4e8ce8e394b8.zip |
Bump Go version in Travis CI (#518)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 2ed49274..a51918bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: go go: - #- 1.7.x - - 1.10.x - # - tip + - 1.11.x # we have everything vendored install: true |