Browse Source

Add Travis CI config file.

Tom Harwood 10 years ago
parent
commit
cf115fc637
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
+ - release
+
+script:
+ - go test -v ./...
+