mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Replaced localhost name by 127.0.0.1 for databases when in travis
This commit is contained in:
@@ -26,9 +26,9 @@ install:
|
||||
before_script:
|
||||
- mysql -e 'CREATE DATABASE shlink_test;'
|
||||
- psql -c 'create database shlink_test;' -U postgres
|
||||
- mkdir build
|
||||
|
||||
script:
|
||||
- mkdir build
|
||||
- composer ci
|
||||
|
||||
after_success:
|
||||
|
||||
Reference in New Issue
Block a user