Skip to content
Snippets Groups Projects
Unverified Commit 10837b2b authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #2561 from nextcloud/enhancement/krankerl0121

Update Krankerl to v0.12.1
parents 718440c8 78c36380
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,8 @@ before_install:
- php --info
# Install Krankerl
- wget https://github.com/ChristophWurst/krankerl/releases/download/v0.10.1/krankerl_0.10.1_amd64.deb
- sudo dpkg -i krankerl_0.10.1_amd64.deb
- if [[ "$TEST_SUITE" = "PACKAGE" ]]; then wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.1/krankerl_0.12.1_amd64.deb; fi
- if [[ "$TEST_SUITE" = "PACKAGE" ]]; then sudo dpkg -i krankerl_0.12.1_amd64.deb; fi
# Set up DB
- if [[ "$DB" == 'pgsql' ]]; then createuser -U travis -s oc_autotest; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment