zricethezav hace 8 años
padre
commit
cba584bb18
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      .travis.yml

+ 8 - 0
.travis.yml

@@ -0,0 +1,8 @@
+language: go
+go: 
+    - 1.9
+    - master 
+
+script:
+    - go test -v
+