Browse Source

Merge pull request #261 from atlassian/update_travis_add_badge

Update travis.yml to test against less ancient versions of Go. Add ba…
Alan Shreve 10 years ago
parent
commit
0a63a0f485
2 changed files with 13 additions and 1 deletions
  1. 10 1
      .travis.yml
  2. 3 0
      README.md

+ 10 - 1
.travis.yml

@@ -1,4 +1,13 @@
+sudo: false
+language: go
 script: make release-all
 script: make release-all
 install: true
 install: true
 go: 
 go: 
-- 1.1
+    - 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)