Skip to content

Commit 59bd389

Browse files
committed
Add travis integration
1 parent e301d1e commit 59bd389

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)