summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/msteinert/pam/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/msteinert/pam/.travis.yml')
-rw-r--r--vendor/github.com/msteinert/pam/.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/github.com/msteinert/pam/.travis.yml b/vendor/github.com/msteinert/pam/.travis.yml
index f48afdc4c1..a31101d1ac 100644
--- a/vendor/github.com/msteinert/pam/.travis.yml
+++ b/vendor/github.com/msteinert/pam/.travis.yml
@@ -1,8 +1,8 @@
language: go
go:
- - 1.4
- - 1.5
+ - 1.10.x
+ - 1.11.x
- tip
before_install:
@@ -15,4 +15,4 @@ before_install:
script:
- sudo GOROOT=$GOROOT GOPATH=$GOPATH $(which go) test -v -covermode=count -coverprofile=coverage.out .
- - goveralls -coverprofile=coverage.out -service travis-ci -repotoken $REPO_TOKEN
+ - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then goveralls -coverprofile=coverage.out -service travis-ci -repotoken $REPO_TOKEN; fi