Skip to content

Commit 13c3d69

Browse files
committed
Update the in-memory database Travis setup
1 parent 9c7a1ef commit 13c3d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ fi
4343
#
4444
if [ "$DB" == "memory" ] ; then
4545
echo "Setting up in memory sqlite ..."
46-
printf "" > app/.env
46+
printf "UF_MODE=\"debug\"\nDB_DRIVER=\"mysql\"\nDB_HOST=\"localhost\"\nDB_PORT=\"3306\"\nDB_NAME=\"userfrosting\"\nDB_USER=\"travis\"\nDB_PASSWORD=\"\"\n" > app/.env
4747
fi

0 commit comments

Comments
 (0)