We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37f195 commit f2405cfCopy full SHA for f2405cf
.travis.yml
@@ -6,22 +6,23 @@ addons:
6
packages:
7
- rpm
8
9
-go:
10
- - 1.9.x
11
- - 1.10.x
+matrix:
+ include:
+ - go: 1.9.x
12
+ - go: 1.10.x
13
+ env: NAGOCHECK_DEPLOY=1
14
15
install:
16
- make devel-deps
17
18
script:
19
- make lint
20
- make test
- # TODO: - make coverage
21
22
deploy:
23
- provider: script
24
skip_cleanup: true
25
script: curl -sL http://git.io/goreleaser | bash
26
on:
27
tags: true
- condition: $TRAVIS_GO_VERSION =~ ^1\.10(\.[0-9]+)?$
28
+ condition: $NAGOCHECK_DEPLOY = 1
0 commit comments