summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-10-23 15:12:39 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2014-10-23 15:12:39 -0400
commitf01d88cdba1a4025b821741402d4681111ba2f82 (patch)
treeb1f7b6bc196a02b585279487e9c164dc66d9143b /.travis.yml
parent2c9dfa7cd54b2c7a74ea17f7c51c52678f78a494 (diff)
parentcd44abcc588c9fc988589c148e76e4590c2197b8 (diff)
downloadqtlocation-mapboxgl-f01d88cdba1a4025b821741402d4681111ba2f82.tar.gz
Merge branch 'headless-display' into mesa
Conflicts: scripts/flags.sh
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a1a5f9f7b2..66423f4efd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,6 +35,11 @@ before_install:
install:
- make config.gypi
- ./scripts/travis_install_test_suite.sh
+- ulimit -c
+
+before_script:
+ # Set the core file limit to unlimited so a core file is generated upon crash
+ - ulimit -c unlimited -S
script:
- ./scripts/travis_script.sh