Skip to content

Commit 21471bb

Browse files
authored
Merge pull request lightninglabs#15 from wpaulino/travis
build: set up travis
2 parents 9da3830 + 2aa9d7a commit 21471bb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: go
2+
3+
go:
4+
- "1.13.x"
5+
6+
cache:
7+
directories:
8+
- $GOCACHE
9+
- $GOPATH/pkg/mod
10+
11+
env:
12+
global:
13+
- GOCACHE=$HOME/.go-build
14+
15+
script:
16+
- go test -v -race ./...

0 commit comments

Comments
 (0)