Browse Source

add .travis.yml

Yasuhiro Matsumoto 9 years ago
parent
commit
6c903ff4aa
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -0,0 +1,8 @@
+language: go
+go:
+  - tip
+
+sudo: false
+
+script:
+ - go test -v