Browse Source

travis: add .travis.yml

Brian Waldon 10 years ago
parent
commit
a56aeb498f
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .travis.yml

+ 9 - 0
.travis.yml

@@ -0,0 +1,9 @@
+language: go
+go:
+  - 1.3
+
+install:
+ - go get code.google.com/p/go.tools/cmd/cover
+
+script:
+ - ./test