Skip to content

Commit b93b4e5

Browse files
committed
fixed sqlite db path
1 parent dfd61f1 commit b93b4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/.env_travis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DB_MYSQLI_PORT=3306
33
DB_MYSQLI_DATABASE=dbtest
44
DB_MYSQLI_USERNAME=root
55

6-
DB_SQLITE3_DATABASE=/home/travis/build/chillerlan/database/storage/dbtest.sqlite
6+
DB_SQLITE3_DATABASE=/home/travis/build/codemasher/php-database/storage/dbtest.sqlite
77

88
DB_POSTGRES_HOST=localhost
99
DB_POSTGRES_PORT=5432

0 commit comments

Comments
 (0)