Skip to content

Commit

Permalink
swisspost#162: prevent excessive logging
Browse files Browse the repository at this point in the history
  • Loading branch information
roggerj committed Sep 8, 2017
1 parent b2d3d86 commit eef4009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ before_install:
- cd ..; cd ..; cd ..; cd ..
script:
- ./gradlew build
# - ./gradlew gateleen-test:startServer (also waits for it to come up)
- java -jar gateleen-playground/build/libs/playground.jar &
- sleep 10s
# - ./gradlew gateleen-test:startServer (no logging, also waits for it to come up)
- nohup java -jar gateleen-playground/build/libs/playground.jar &
- sleep 15s
# - ./gradlew :gateleen-playground:uploadStaticFiles
- ./gradlew :gateleen-playground:uploadStaticFiles
- ./gradlew :gateleen-test:test -PuiTests -Dsel_chrome_driver=src/test/resources/chromedriver
Expand Down

0 comments on commit eef4009

Please sign in to comment.