Skip to content

Commit 5322108

Browse files
committed
Run "make test" on Travis CI
"make" doesn't compile *_test.go, but "make test" does. 121afa3 introduced ProcessState.ExitCode which is not available in Go 1.11. Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 5f3e0c7 commit 5322108

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ install:
1313
- make deps
1414

1515
script:
16+
# "make" must be happening before "make lint" to download dependencies
1617
- make
1718
- make lint
19+
- make test

0 commit comments

Comments
 (0)