mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Fix 1.6 build
This commit is contained in:
@@ -18,7 +18,7 @@ before_script:
|
||||
- gosimple $EXCLUDE_VENDOR
|
||||
- misspell -error -locale US .
|
||||
- staticcheck $EXCLUDE_VENDOR
|
||||
- ./scripts/cross_compile.sh $TRAVIS_TAG
|
||||
- if [[ "$TRAVIS_GO_VERSION" == 1.7.* ]]; then ./scripts/cross_compile.sh $TRAVIS_TAG; fi
|
||||
script:
|
||||
- go test -i -race $EXCLUDE_VENDOR
|
||||
- go test -v -race $EXCLUDE_VENDOR
|
||||
|
||||
Reference in New Issue
Block a user