[ticket/294] Disable sniffing in travis for now

B3P-294
This commit is contained in:
Marc Alexander
2014-07-07 22:45:47 +02:00
parent d7fadc322e
commit 3a35acd1b6

View File

@@ -29,8 +29,8 @@ matrix:
env: env:
global: global:
- EXTNAME="board3/portal" - EXTNAME="board3/portal"
- SNIFF="1" # Should we run code sniffer on your code? - SNIFF="0" # Should we run code sniffer on your code?
- IMAGE_ICC="1" # Should we run icc profile sniffer on your images? - IMAGE_ICC="0" # Should we run icc profile sniffer on your images?
- COVERALLS="1" # Should we run coveralls? - COVERALLS="1" # Should we run coveralls?
- PHPBB_BRANCH="develop-ascraeus" - PHPBB_BRANCH="develop-ascraeus"