From 61b72e6438346286861be6a59d9494a4b999ba85 Mon Sep 17 00:00:00 2001 From: erogol Date: Mon, 28 Dec 2020 14:41:01 +0100 Subject: [PATCH] remove travis config --- .travis/script | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 .travis/script diff --git a/.travis/script b/.travis/script deleted file mode 100755 index 0860f9cf..00000000 --- a/.travis/script +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -set -ex - -git remote set-branches --add origin $TRAVIS_BRANCH -git fetch - -if [[ ( "$TRAVIS_PULL_REQUEST" != "false" ) && ( "$TEST_SUITE" == "lint" ) ]]; then - # Run cardboardlinter, in case of pull requests - cardboardlinter --refspec origin/$TRAVIS_BRANCH -n auto -fi - -if [[ "$TEST_SUITE" == "unittest" ]]; then - nosetests tests --nocapture - ./tests/test_server_package.sh -fi - -if [[ "$TEST_SUITE" == "testscripts" ]]; then - # test model training scripts - ./tests/test_tts_train.sh - ./tests/test_vocoder_gan_train.sh - ./tests/test_vocoder_wavernn_train.sh -fi