From 20c56cdd3f8e8b193bc6043e38d9b23ea41200c5 Mon Sep 17 00:00:00 2001 From: David Tyler Date: Wed, 2 Oct 2019 15:03:37 +0100 Subject: [PATCH] #25 - more work trying to fix up the travis build environment --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8aa2018..c29e839 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ script: - sudo apt-get update - sudo apt-get install atlassian-plugin-sdk - atlas-version - - yes n | ATLAS_OPTS="-Dallow.google.tracking=false" atlas-run-standalone --product confluence --version 6.15.0 --server localhost &>/dev/null & + - ATLAS_OPTS="-Dallow.google.tracking=false" atlas-run-standalone --product confluence --version 6.15.0 --server localhost &>/dev/null & - CONFLUENCE_PID=$! - > until $(curl --fail http://localhost:1990/confluence); do @@ -24,7 +24,7 @@ script: - curl --fail http://localhost:1990/confluence/rest/api/space - python setup.py test --addopts "tests integration_tests --cov confluence" - kill -9 $CONFLUENCE_PID - - rm -rf amps-standalone-confluence-6.6.0 + - rm -rf amps-standalone-confluence-6.15.0 after_success: - codecov deploy: