8000 add travis · gitgitcode/alink@4b3ae3f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b3ae3f

Browse files
committed
add travis
1 parent e2ebd31 commit 4b3ae3f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: go
2+
3+
go:
4+
- 1.x
5+
- "1.10"
6+
- 1.11.x
7+
- master
8+
env:
9+
- GO111MODULE=on
10+
before_install:
11+
- go get -v golang.org/x/net/html
12+
script:
13+
- go test -v ./

0 commit comments

Comments
 (0)
0