api postman testing - travis

pull/99/head
Hunter Long 2018-11-17 09:26:37 -08:00
parent ba8ec3f455
commit 9c5320a4d5
1 changed files with 1 additions and 2 deletions

View File

@ -74,8 +74,7 @@ before_script:
script:
- make test-all
- DB_CONN=postgres statup &
- sleep 15 && newman run source/tmpl/postman.json -e dev/postman_environment.json
- make test-api
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then make coverage; fi
after_success: