From 4fbe48692e87047deba26eeccb1c18e7fd613eee Mon Sep 17 00:00:00 2001 From: CactusPuppy Date: Thu, 18 Mar 2021 23:01:24 -0700 Subject: [PATCH] Actually run rest tests instead of features twice --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0205ad21..e3cd9f9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,7 +88,7 @@ jobs: - coverage/codeclimate.4.json - <<: *tests env: - - TEST_SUITE=features + - TEST_SUITE=rest script: - "bin/travis_script.sh $TEST_SUITE && $CCTR format-coverage -t cobertura -o ./coverage/codeclimate.5.json ./coverage/coverage.xml" workspaces: