Skip to content

Commit 2f28ccd

Browse files
authored
Update .travis.yml
1 parent bf84a3f commit 2f28ccd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,9 @@ compiler:
1818
before_install:
1919
# Enable core dumps
2020
# https://github.com/springmeyer/travis-coredump/blob/master/.travis.yml
21-
- ulimit -c unlimited -S
2221
- ulimit -a -S
23-
- ulimit -a -H
24-
- cat /proc/sys/kernel/core_pattern
25-
- cat /etc/default/apport
26-
- service --status-all || true
27-
- initctl list || true
22+
- ulimit -a -H
23+
- ulimit -c unlimited -S
2824
- ./tests/tests-environment.sh
2925

3026
script:
@@ -36,6 +32,7 @@ after_success:
3632

3733
after_script:
3834
- "xpra stop :99"
35+
- find ./ -maxdepth 1 -name 'core*'
3936
- for i in $(find ./ -maxdepth 1 -name 'core*' -print); do gdb $(pwd)/test core* -ex "thread apply all bt" -ex "set pagination 0" -batch; done;
4037

4138
branches:

0 commit comments

Comments
 (0)