-
Notifications
You must be signed in to change notification settings - Fork 90
Does not work on Travis CI with 2.5(PostgreSQL 10) #110
Comments
Note: Work fine on Mac OS. |
@kazuki43zoo I've tested your case in my local environment (Ubuntu 16.04) and can confirm the failure. I haven't dug deeper, but your problem is that
I've found a workaround: you're using Also I'd suggest you to add this line to your
|
@smecsia , Thanks for your comments. |
Does ebmeddedPostgres.restoreFromFile() works on Travis? As far as I understand, the library uses flapdoodle to spin "pg_restore" process. Does the library provide "pg_restore" executable for Travis environment? |
Same error than @smecsia on Ubuntu 17.10. |
I've upgraded to 2.5 (=PostgreSQL 10). But it does not work on Travis CI(Linux).
See https://travis-ci.org/kazuki43zoo/mybatis-3/jobs/299145674#L3460-L3538
Note:
2.5 with PostgreSQL 9.6.5(
new EmbeddedPostgres(Version.V9_6_5)
) work fine.The text was updated successfully, but these errors were encountered: