Browse Source

Add basic Travis config file

Willem van Bergen 12 years ago
parent
commit
e44cb688da
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .travis.yml

+ 7 - 0
.travis.yml

@@ -0,0 +1,7 @@
+language: go
+go: 
+  - 1.1
+  - release
+
+script:
+  - go test -v