forked from TrueCloudLab/lego
Make travis not fail on PR builds
This commit is contained in:
parent
53b727ada4
commit
5add7b28c9
1 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,6 @@ go:
|
|||
- 1.4.3
|
||||
- 1.5.3
|
||||
- 1.6
|
||||
- tip
|
||||
install:
|
||||
- go get -t ./...
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
|
@ -11,5 +10,4 @@ script:
|
|||
- go vet ./...
|
||||
- go test -v ./...
|
||||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_26c593b079d9_key -iv $encrypted_26c593b079d9_iv
|
||||
-in .gitcookies.enc -out .gitcookies -d
|
||||
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && openssl aes-256-cbc -K $encrypted_26c593b079d9_key -iv $encrypted_26c593b079d9_iv -in .gitcookies.enc -out .gitcookies -d || true'
|
||||
|
|
Loading…
Reference in a new issue