Browse Source

Update travis.yml to test against less ancient versions of Go. Add badge.

Otto Jongerius 10 years ago
parent
commit
58f74e8eec
2 changed files with 14 additions and 1 deletions
  1. 11 1
      .travis.yml
  2. 3 0
      README.md

+ 11 - 1
.travis.yml

@@ -1,4 +1,14 @@
+language: go
 script: make release-all
 script: make release-all
 install: true
 install: true
 go: 
 go: 
-- 1.1
+    - 1.1
+    - 1.2
+    - 1.3
+    - 1.4
+    - 1.5
+    - tip
+
+matrix:
+    allow_failures:
+        - go: tip

+ 3 - 0
README.md

@@ -1,3 +1,6 @@
+[![Build
+status](https://travis-ci.org/inconshreveable/ngrok.svg)](https://travis-ci.org/inconshreveable/ngrok)
+
 # ngrok - Introspected tunnels to localhost ([homepage](https://ngrok.com))
 # 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"
 ### "I want to securely expose a web server to the internet and capture all traffic for detailed inspection and replay"
 ![](https://ngrok.com/static/img/overview.png)
 ![](https://ngrok.com/static/img/overview.png)