]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
265ed34
)
Avoid having to wait until all tests are processed to exit upon error/failure.
author
Clément Blanco
<redacted>
Mon, 17 Jul 2017 12:35:38 +0000
(13:35 +0100)
committer
Clément Blanco
<redacted>
Mon, 17 Jul 2017 12:35:38 +0000
(13:35 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 97895fee8a7bd2e31d5d274adb9b8c9a7cb43442..c79775cafc9fa7427104cd8a6b8d9140c3830555 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-28,4
+28,4
@@
after_failure:
- cat storage/logs/laravel.log
script:
- - phpunit
+ - phpunit
--stop-on-error --stop-on-failure