mirror of https://github.com/statping/statping
api postman testing - travis
parent
ba8ec3f455
commit
9c5320a4d5
|
@ -74,8 +74,7 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make test-all
|
- make test-all
|
||||||
- DB_CONN=postgres statup &
|
- make test-api
|
||||||
- sleep 15 && newman run source/tmpl/postman.json -e dev/postman_environment.json
|
|
||||||
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then make coverage; fi
|
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" = "false" ]]; then make coverage; fi
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in New Issue