diff options
| author | Eyal Posener <[email protected]> | 2017-11-04 10:57:04 +0200 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2017-11-04 10:57:04 +0200 |
| commit | c45e6fe8516b89faca97fc3a485949a07a9530c7 (patch) | |
| tree | b507c4736c6f8de2e887e76b952961d1c8dcc44c | |
| parent | 7ee9623f2b5d4685a91a51d0823275754b4d3a0a (diff) | |
travis: add go1.9, remove tip
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 459df21..c2798f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: go sudo: false go: + - 1.9 - 1.8 - - tip before_install: - go get -u -t ./... |
