diff --git a/.travis.yml b/.travis.yml index 70f9f70e047..99bfa2fd886 100644 --- a/.travis.yml +++ b/.travis.yml @@ -242,7 +242,7 @@ before_script: echo "PGSQL" sudo mkdir -p /tmp/pgloader sudo chmod -R a+rwx /tmp/pgloader/ - sudo pgloader 'mysql://root@127.0.0.1/travis' 'postgresql://postgres:postgres@127.0.0.1:5432/travis' + sudo pgloader 'mysql://root@localhost/travis' 'postgresql://postgres:postgres@127.0.0.1:5432/travis' echo 'ALTER SEQUENCE llx_accountingaccount_rowid_seq RENAME TO llx_accounting_account_rowid_seq' | psql 'postgresql://postgres:postgres@127.0.0.1:5432/travis' echo 'ALTER SEQUENCE llx_accounting_account_rowid_seq RESTART WITH 1000001;' | psql 'postgresql://postgres:postgres@127.0.0.1:5432/travis' # Create pgsql compatibility functions