Skip to content

Commit fcf5f84

Browse files
author
mattl
committed
Add Travis config.
PiperOrigin-RevId: 272727174
1 parent f6d3492 commit fcf5f84

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: go
2+
3+
go:
4+
- '1.12'
5+
6+
matrix:
7+
include:
8+
- os: windows
9+
env:
10+
- TEST_DIR='cli'
11+
- os: windows
12+
env:
13+
- TEST_DIR='spliced'
14+
15+
install:
16+
- go get -v ./$TEST_DIR/...
17+
18+
script:
19+
- go test -v ./$TEST_DIR/...

0 commit comments

Comments
 (0)