Skip to content

ci: use common script for tests on travis and gitlab

Thomas Haller requested to merge th/ci-script into master

For one, it's not unreasonable that we want to run the same tests both for gitlab and travis.

Move the actual tests into a script, which is called by both CI environments.

We still can do something different, based on the environment. The advantage here is, that the common part will be shared, and the places where we differ can easily be spot.

Merge request reports