Skip to content

Commit

Permalink
#25 - more work trying to fix up the travis build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tyler committed Oct 2, 2019
1 parent 411220d commit 20c56cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 20c56cd

Please sign in to comment.