feroult / yawp

Kotlin/Java API framework for Google Appengine
http://yawp.io
MIT License
131 stars 19 forks source link

Remove Postgres tests execution from the default "clean install" builds #100

Closed feroult closed 7 years ago

feroult commented 8 years ago

The ideia is to create a maven profile to explicitly set when to build with Postgres test execution.

Since we have the continuous integration environment on Travis, we don't need to force all developers to test agains Postgres, making it easier to contribute.