Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit 607026b

Browse files
committed
Fix travis for release process
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
1 parent 9d1b99c commit 607026b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_script:
3232
fi
3333
script:
3434
- set -e
35-
- if [[ $TRAVIS_TAG ]]; then go test -v -run=TestVersionMatchesTag ./server; fi
35+
- if [[ $TRAVIS_TAG ]]; then go test -v -run=TestVersionMatchesTag ./server -sql=false; fi
3636
- if [[ ! $TRAVIS_TAG ]]; then
3737
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
3838
mysql -u root -e "CREATE USER 'nss'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON *.* TO 'nss'@'localhost'; CREATE DATABASE test_nats_streaming;";

0 commit comments

Comments
 (0)