Skip to content

Commit f2405cf

Browse files
committed
core: Update Travis-CI build configuration
1 parent e37f195 commit f2405cf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,23 @@ addons:
66
packages:
77
- rpm
88

9-
go:
10-
- 1.9.x
11-
- 1.10.x
9+
matrix:
10+
include:
11+
- go: 1.9.x
12+
- go: 1.10.x
13+
env: NAGOCHECK_DEPLOY=1
1214

1315
install:
1416
- make devel-deps
1517

1618
script:
1719
- make lint
1820
- make test
19-
# TODO: - make coverage
2021

2122
deploy:
2223
- provider: script
2324
skip_cleanup: true
2425
script: curl -sL http://git.io/goreleaser | bash
2526
on:
2627
tags: true
27-
condition: $TRAVIS_GO_VERSION =~ ^1\.10(\.[0-9]+)?$
28+
condition: $NAGOCHECK_DEPLOY = 1

0 commit comments

Comments
 (0)