From fad7c568be994ec93b2c113fb60c63c80f1f276b Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 8 Nov 2017 10:01:03 +0000 Subject: [PATCH] Fix typo --- scripts/travis-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-test.sh b/scripts/travis-test.sh index 985b1a4d4..154cf18cc 100755 --- a/scripts/travis-test.sh +++ b/scripts/travis-test.sh @@ -24,7 +24,7 @@ fi # Run unit tests and linters ./scripts/build-test-lint.sh -if [ "${TEST_SUITE-unit-test}" == "integ-test" ]; then +if [ "${TEST_SUITE-integ-test}" == "integ-test" ]; then # Run the integration tests bin/roomserver-integration-tests bin/syncserver-integration-tests