From b6ff190d18e912b3120c8311d2677abbcb767c97 Mon Sep 17 00:00:00 2001 From: Denis Nadeau Date: Fri, 13 Jan 2017 16:17:26 -0800 Subject: [PATCH] delete bundle and try again --- .travis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09f60f34..17693c3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,12 @@ install: - ulimit -a script: - - bundle exec python run_tests.py - - bundle exec find CMIP6 - - bundle exec df -kh ./ - - bundle exec ulimit -a + - python run_tests.py + - find CMIP6 + - df -kh ./ + - ulimit -a +after_failure: + - ulimit -a + - find CMIP6/ + - df -kh ./