Commit d980ecf
Prevent Travis from deploying the book, even when it fails. (#392)
https://docs.travis-ci.com/user/customizing-the-build/#customizing-the-build-step
Placing the deployment in `after_success` works around the fact that all
commands under `script` run even when one or more of them return a non-zero
exit code.1 parent af071d7 commit d980ecf
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
| |||
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
20 | | - | |
21 | 16 | | |
22 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
0 commit comments