Dave Cheney 10 anni fa
parent
commit
ee5ece78bc
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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 ./...