don't silent the full install deps step
This commit is contained in:
parent
c8dfa6d7ae
commit
67f12493ed
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue