Update travis.yml to test against less ancient versions of Go. Add ba…
@@ -1,4 +1,13 @@
+sudo: false
+language: go
script: make release-all
install: true
go:
-- 1.1
+ - 1.3
+ - 1.4
+ - 1.5
+ - tip
+
+matrix:
+ allow_failures:
+ - go: tip
@@ -1,3 +1,6 @@
+[](https://travis-ci.org/inconshreveable/ngrok)
# ngrok - Introspected tunnels to localhost ([homepage](https://ngrok.com))
### "I want to securely expose a web server to the internet and capture all traffic for detailed inspection and replay"
