Remove obsolete comment

This commit is contained in:
Tom Morris 2020-06-17 16:13:19 -04:00
parent 6ff800fa76
commit e3367e995a

View File

@ -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