diff options
author | Wim <wim@42.be> | 2017-08-29 20:34:32 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-08-29 20:34:32 +0200 |
commit | 5a85258f7423bc21c707a42c537a565a27f2fbc8 (patch) | |
tree | 59545386f849f635729f6b07f142eac0ebb4e70c /.travis.yml | |
parent | 2f7df2df432b3619a95e7eb6b3d8e511b105d5cf (diff) | |
download | matterbridge-msglm-5a85258f7423bc21c707a42c537a565a27f2fbc8.tar.gz matterbridge-msglm-5a85258f7423bc21c707a42c537a565a27f2fbc8.tar.bz2 matterbridge-msglm-5a85258f7423bc21c707a42c537a565a27f2fbc8.zip |
Update travis to go 1.9
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 561f1e8f..fe01a937 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: #- 1.7.x - - 1.8.x + - 1.9.x # - tip # we have everything vendored |