From 2d55f08d17e0339fe267871f7f9db06bd2da4cd6 Mon Sep 17 00:00:00 2001 From: erogol Date: Thu, 16 Jul 2020 19:32:33 +0200 Subject: [PATCH] update the order if CI tests --- .travis/script | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis/script b/.travis/script index ff4243bc..0c24a221 100755 --- a/.travis/script +++ b/.travis/script @@ -10,14 +10,12 @@ if [[ ( "$TRAVIS_PULL_REQUEST" != "false" ) && ( "$TEST_SUITE" == "lint" ) ]]; t fi if [[ "$TEST_SUITE" == "unittest" ]]; then - # Run tests on all pushes nosetests tests --nocapture + ./tests/test_server_package.sh fi if [[ "$TEST_SUITE" == "testscripts" ]]; then - # Test server package - ./tests/test_server_package.sh - # test model training scripts + # test model training scripts ./tests/test_tts_train.sh ./tests/test_vocoder_train.sh fi