Explorar el Código

add .travis.yml

Dave Cheney hace 10 años
padre
commit
ee5ece78bc
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      .travis.yml

+ 9 - 0
.travis.yml

@@ -0,0 +1,9 @@
+language: go
+go_import_path: github.com/pkg/errors
+go:
+  - 1.5.2
+  - 1.4.3
+  - tip
+
+script:
+  - go test -v ./...