mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
abort travis after script fail, to be able to find cause of failure
This commit is contained in:
@@ -51,10 +51,10 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
# build app and run all tests
|
# build app and run all tests
|
||||||
- ng lint
|
- ng lint || travis_terminate 1;
|
||||||
- travis_wait yarn run build:prod
|
- travis_wait yarn run build:prod || travis_terminate 1;
|
||||||
- yarn test:headless
|
- yarn test:headless || travis_terminate 1;
|
||||||
- yarn run e2e:ci
|
- yarn run e2e:ci || travis_terminate 1;
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
# Shutdown docker after everything runs
|
# Shutdown docker after everything runs
|
||||||
|
Reference in New Issue
Block a user