commit | df5f241063c8a85c88687aacb6e55648ca5ad74e | [log] [tgz] |
---|---|---|
author | Christoph Blecker <admin@toph.ca> | Sat Feb 25 18:40:32 2017 -0800 |
committer | Joe Tsai <joetsai@digital-static.net> | Sat Feb 25 18:40:32 2017 -0800 |
tree | e0773911821d67ac6d9cf3e02bfad44d8429d11a | |
parent | b8599f7d71e7fead76b25aeb919c0e2558672f4a [diff] |
Update travis for go1.8 + tip (#277)
diff --git a/.travis.yml b/.travis.yml index 3865f0a..1e085c0 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,10 +1,15 @@ language: go go: - - 1.6 - 1.7 + - 1.8 + - tip install: - go get -t -v ./... script: - go test -v ./... + +matrix: + allow_failures: + - go: tip