Remove obsolete comment
This commit is contained in:
parent
6ff800fa76
commit
e3367e995a
@ -19,7 +19,6 @@ env:
|
||||
|
||||
before_install:
|
||||
# create test database for mysql, mariadb and postgresql
|
||||
# mysql is currently disabled: https://github.com/OpenRefine/OpenRefine/issues/2043
|
||||
- mysql -u root -e 'CREATE DATABASE test_db;'
|
||||
- mysql -u root test_db < extensions/database/tests/conf/travis-mysql.sql
|
||||
- psql -c 'CREATE DATABASE test_db;' -U postgres
|
||||
|
Loading…
Reference in New Issue
Block a user