I might not be using this properly.
Config:
- stage: test
script:
- ./first_script
- ./second_script
- ./third_script
To test if that’s working I simulated an error with travis_terminate 1
in the middle of the scripts above.