From 7478d6038cf17d0268d156678f7ec848236c5c11 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 2 Nov 2017 19:31:40 +0000 Subject: [PATCH] Ignore logs to not blow travis 4Mb limit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3fe7d3..9447670 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ install: | script: | cd "$TRAVIS_BUILD_DIR" - bash -x ./build -j 16 + bash -x ./build -j 16 &>/dev/null bash -x ./run -e 'init=/poweroff.out' -n