From 3a35acd1b6e527848e43b95790b9e78a0f0fd234 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 7 Jul 2014 22:45:47 +0200 Subject: [PATCH] [ticket/294] Disable sniffing in travis for now B3P-294 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8fbd5f23..dfa7cd16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,8 @@ matrix: env: global: - EXTNAME="board3/portal" - - SNIFF="1" # Should we run code sniffer on your code? - - IMAGE_ICC="1" # Should we run icc profile sniffer on your images? + - SNIFF="0" # Should we run code sniffer on your code? + - IMAGE_ICC="0" # Should we run icc profile sniffer on your images? - COVERALLS="1" # Should we run coveralls? - PHPBB_BRANCH="develop-ascraeus"