Skip to content

Commit 8a19acd

Browse files
committed
Initialized Travis CI
1 parent 8c1b45e commit 8a19acd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: go
2+
go:
3+
- 1.11.x
4+
- 1.13.x
5+
- 1.14.x
6+
os:
7+
- linux
8+
- osx
9+
sudo: false
10+
install: true
11+
env:
12+
- GO111MODULE=on
13+
script:
14+
- make install
15+
- make test
16+
- make cover
17+
- make build
18+

0 commit comments

Comments
 (0)