commit
9ecd26c4cf
6
.lgtm.yml
Normal file
6
.lgtm.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
extraction:
|
||||||
|
java:
|
||||||
|
index:
|
||||||
|
build_command:
|
||||||
|
- mvn clean test
|
@ -19,7 +19,6 @@ env:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# create test database for mysql, mariadb and postgresql
|
# 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 -e 'CREATE DATABASE test_db;'
|
||||||
- mysql -u root test_db < extensions/database/tests/conf/travis-mysql.sql
|
- mysql -u root test_db < extensions/database/tests/conf/travis-mysql.sql
|
||||||
- psql -c 'CREATE DATABASE test_db;' -U postgres
|
- psql -c 'CREATE DATABASE test_db;' -U postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user