From e2a7e5e451a06e3865b8684e747dfaa6026a6e15 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 9 Apr 2020 20:37:11 -0700 Subject: [PATCH] travis --- .ci | 2 +- .travis.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci b/.ci index 7de5a7e..a34bb7d 160000 --- a/.ci +++ b/.ci @@ -1 +1 @@ -Subproject commit 7de5a7edc391d1b908828f2aa8118a5a6ce27021 +Subproject commit a34bb7d2b2d7648e5c634b8e74c33fedd93a77e4 diff --git a/.travis.yml b/.travis.yml index 1eb92d8..42f6f70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ env: - SETUP_PATH=.ci-local:.ci - VV=1 - _PVXS_ABORT_ON_CRIT=1 + - PVXS_LOG=*=WARN install: - sudo pip install git+https://github.com/mdavidsaver/ci-core-dumper#egg=ci-core-dumper @@ -26,6 +27,7 @@ before_script: - sudo ci-core-dumper install script: + - ulimit -c unlimited - ./.ci/travis/build.sh - ./.ci-local/cdt-check.sh