Process resources earlier on Travis

This commit is contained in:
Antonin Delpeuch 2018-09-09 17:49:59 +01:00
parent f4d774e7ac
commit 849a555324

View File

@ -22,6 +22,7 @@ before_install:
- psql -c 'CREATE DATABASE test_db;' -U postgres
- psql -U postgres test_db < extensions/database/test/conf/travis-pgsql.sql
- cp extensions/database/test/conf/travis_tests.xml extensions/database/test/conf/tests.xml
- mvn process-resources
script:
- ./refine server_test