.travis.yml in hawkular-client-2.8.0 vs .travis.yml in hawkular-client-2.9.0
- old
+ new
@@ -15,9 +15,6 @@
SKIP_V8_METRICS=1 \
- RUN_ON_LIVE_SERVER=0
services:
- docker
before_install:
- - (test $RUN_ON_LIVE_SERVER = 1 && docker-compose up -d && ./.travis/wait_for_services.rb) || echo "Skipping live server"
-# Lets wait a bit for the agent to load everything it needs.
-before_script:
- - (test $RUN_ON_LIVE_SERVER = 1 && sleep 20s) || true
\ No newline at end of file
+ - (test $RUN_ON_LIVE_SERVER = 1 && ./.travis/start_hawkular_services.sh -d && ./.travis/wait_for_services.rb) || echo "Skipping live server"