Skip to content
Snippets Groups Projects
Unverified Commit 78c36380 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Update Krankerl to v0.12.1

parent 747393f3
No related branches found
No related tags found
No related merge requests found
...@@ -64,8 +64,8 @@ before_install: ...@@ -64,8 +64,8 @@ before_install:
- php --info - php --info
# Install Krankerl # Install Krankerl
- wget https://github.com/ChristophWurst/krankerl/releases/download/v0.10.1/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
- sudo dpkg -i krankerl_0.10.1_amd64.deb - if [[ "$TEST_SUITE" = "PACKAGE" ]]; then sudo dpkg -i krankerl_0.12.1_amd64.deb; fi
# Set up DB # Set up DB
- if [[ "$DB" == 'pgsql' ]]; then createuser -U travis -s oc_autotest; fi - 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