Explorar o código

Add Travis CI config file.

Tom Harwood %!s(int64=11) %!d(string=hai) anos
pai
achega
cf115fc637
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      .travis.yml

+ 9 - 0
.travis.yml

@@ -0,0 +1,9 @@
+language: go
+
+go:
+ - 1.3
+ - release
+
+script:
+ - go test -v ./...
+