Reapply -v option to fetchDependencies in Travis.
diff --git a/.travis.yml b/.travis.yml
index df2c420..3003a37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@
 # Travis has trouble with python3, which SPIRV-Tools requires,
 # so skip the SPIRV-Tools build, and use templeted headers instead.
 install:
-  - ./fetchDependencies --skip-spirv-tools-build
+  - ./fetchDependencies -v --skip-spirv-tools-build
 
 # Cache built deps
 cache: