Skip to content

Commit b229c32

Browse files
committed
Slim down the after_failure step a smidge
1 parent 68b6141 commit b229c32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ script: ./bin/compile
3030

3131
after_success: ./bin/archive
3232

33-
after_failure:
34-
- cat /tmp/python-build.*.log
33+
after_failure: cat /tmp/python-build.*.log
3534

3635
addons:
3736
artifacts:

0 commit comments

Comments
 (0)