We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e301d1e commit 59bd389Copy full SHA for 59bd389
.travis.yml
@@ -0,0 +1,11 @@
1
+language: go
2
+go_import_path: github.com/disiqueira/gotree
3
+git:
4
+ depth: 1
5
+env:
6
+ - GO111MODULE=on
7
+ - GO111MODULE=off
8
+go: [ 1.11.x, 1.12.x, 1.13.x ]
9
+os: [ linux, osx ]
10
+script:
11
+ - go test -race -v ./...
0 commit comments