qwat / qwat-data-model

TEKSI Water module (project QWAT) - PostgreSQL / postgis Datamodel
https://www.teksi.ch
23 stars 25 forks source link

Make the Travis build stop on pum errors #236

Closed elemoine closed 6 years ago

elemoine commented 6 years ago

This WIP at the moment.

Currently the Travis will continue when one of the steps fails in the script part. Instead we want the Travis build to stop as soon as something fails. So this PR introduces a travis_script.sh script to fix the problem. I also created travis_before_script.sh for consistency reasons and to make the code clearer.

elemoine commented 6 years ago

This works in Travis. Now ready for review.