From c8dfa6d7aed0638b85a685dc5bde5b4d67580f07 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Thu, 1 Nov 2012 23:46:04 +0000 Subject: less noise --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ea1c90ba..7f7a6396 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: - "0.8" install: - - "bin/installDeps.sh" + - "bin/installDeps.sh > /dev/null" before_script: - "tests/frontend/travis/sauce_tunnel.sh" script: -- cgit v1.2.3