mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Allow compile and staticheck to pass.
Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -32,10 +32,10 @@ jobs:
|
||||
- name: "Run all tests from all other packages"
|
||||
env: TEST_SUITE=non_srv_pkg_tests
|
||||
- name: "Compile and various checks with older Go release"
|
||||
go: 1.16.x
|
||||
go: 1.17.x
|
||||
env: TEST_SUITE=compile
|
||||
|
||||
script: ./runTestsOnTravis.sh $TEST_SUITE
|
||||
script: ./scripts/runTestsOnTravis.sh $TEST_SUITE
|
||||
|
||||
deploy:
|
||||
provider: script
|
||||
@@ -43,4 +43,4 @@ deploy:
|
||||
script: curl -sL http://git.io/goreleaser | bash
|
||||
on:
|
||||
tags: true
|
||||
condition: ($TRAVIS_GO_VERSION =~ 1.17) && ($TEST_SUITE = "compile")
|
||||
condition: ($TRAVIS_GO_VERSION =~ 1.18) && ($TEST_SUITE = "compile")
|
||||
|
||||
Reference in New Issue
Block a user