Skip to content

Commit 249ed1f

Browse files
committed
travis: add travis-ci
1 parent d76e9fb commit 249ed1f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: go
2+
3+
go:
4+
- 1.9.x
5+
- 1.10.x
6+
- master
7+
8+
matrix:
9+
fast_finish: true
10+
allow_failures:
11+
- go: master
12+
13+
sudo: true
14+
15+
before_install:
16+
- sudo apt-get install pkg-config libzmq3-dev build-essential python3-pip
17+
18+
script:
19+
- go test -v ./...
20+
- go test -race -v ./...

0 commit comments

Comments
 (0)