don't silent the full install deps step

This commit is contained in:
Peter 'Pita' Martischka 2012-11-01 23:48:53 +00:00
parent c8dfa6d7ae
commit 67f12493ed
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: node_js
node_js:
- "0.8"
install:
- "bin/installDeps.sh > /dev/null"
- "bin/installDeps.sh"
before_script:
- "tests/frontend/travis/sauce_tunnel.sh"
script: