diff --git a/.travis.yml b/.travis.yml index d8845feaaf..a0399c7af7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ script: # Trick to avoid unnecessary cache updates - find $HOME/.sbt -name "*.lock" | xargs rm - - (sbt ++$TRAVIS_SCALA_VERSION "project hmda-platform" "run" &) && sleep 300 && node_modules/.bin/newman run newman/tests/hmda-filing/tests/ci/CI_HMDA_API_Filing.postman_collection.json -e newman/tests/hmda-filing/configs/ci/CI_HMDA_ENV.postman_environment.json + - ./run_travis.sh after_success: - bash <(curl -s https://codecov.io/bash) diff --git a/run_travis.sh b/run_travis.sh index 607fe5254e..c471d65b91 100755 --- a/run_travis.sh +++ b/run_travis.sh @@ -1 +1 @@ -(sbt ++$TRAVIS_SCALA_VERSION "project hmda-platform" "run" &) && sleep 300 && newman run newman/tests/hmda-filing/tests/ci/CI_HMDA_API_Filing.postman_collection.json -e newman/tests/hmda-filing/configs/ci/CI_HMDA_ENV.postman_environment.json +(sbt ++$TRAVIS_SCALA_VERSION "project hmda-platform" "run" &) && sleep 300 && node_modules/.bin/newman run newman/tests/hmda-filing/tests/ci/CI_HMDA_API_Filing.postman_collection.json -e newman/tests/hmda-filing/configs/ci/CI_HMDA_ENV.postman_environment.json