Skip to content

Commit 7dd12fc

Browse files
committed
add dependency to .travis.yml
1 parent 5f0032e commit 7dd12fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
language: go
22

3+
install:
4+
- go get github.com/StoicPerlman/fls
5+
36
script:
47
- go test -race -v ./...
58

0 commit comments

Comments
 (0)