Skip to content
  • Thomas Haller's avatar
    ci: use common script for tests on travis and gitlab · 763cb8d4
    Thomas Haller authored
    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.
    
    NetworkManager/NetworkManager!44
    763cb8d4