Skip to content

Commit

Permalink
add newman to travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BarakStout committed May 18, 2020
1 parent 15a25d1 commit b52c736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion run_travis.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b52c736

Please sign in to comment.