1
0
mirror of https://github.com/Yubico/yubikey-ksm.git synced 2024-11-29 00:24:14 +01:00

Debug travis.

This commit is contained in:
Simon Josefsson 2014-09-19 16:26:22 +02:00
parent 39f79cdef2
commit 9c08fbc155

View File

@ -12,6 +12,7 @@ if [ "x$DB" = "xmysql" ]; then
elif [ "x$DB" = "xpgsql" ]; then
dbuser=postgres
ps auxww # list processes to debug travis
psql -U $dbuser -c 'create database ykksm;'
psql -U $dbuser ykksm < ykksm-db.sql