Skip to content

Commit

Permalink
Remove unnecessary usage of nohup in .travis.yml (#579)
Browse files Browse the repository at this point in the history
Authored by @sfendrich
  • Loading branch information
sfendrich authored and rabidllama committed Sep 25, 2019
1 parent f4883b6 commit 2d6f4ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
script:
- cp ${TRAVIS_BUILD_DIR}/openrouteservice-api-tests/conf/app.config.test ${TRAVIS_BUILD_DIR}/openrouteservice/src/main/resources/app.config
- mvn -f ${TRAVIS_BUILD_DIR}/openrouteservice/pom.xml install -B
- nohup mvn -f ${TRAVIS_BUILD_DIR}/openrouteservice/pom.xml tomcat7:run &
- mvn -f ${TRAVIS_BUILD_DIR}/openrouteservice/pom.xml tomcat7:run -B &
- travis_wait 15 sleep 15m
- tail -n2000 nohup.out
- curl http://127.0.0.1:8082/openrouteservice-5.0/health
- mvn -f ${TRAVIS_BUILD_DIR}/openrouteservice-api-tests/pom.xml test

Expand Down

0 comments on commit 2d6f4ef

Please sign in to comment.