From 0cb17becc714fc8f442002c53bbea04d77f35b35 Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Mon, 11 Jan 2016 16:58:27 -0500 Subject: [PATCH] Travis: Wget: Use -nv. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b7ab2e5..cdfa3f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ script: cd /root/src/openface; \ ./models/get-models.sh && \ ./data/download-lfw-subset.sh && \ - wget http://openface-models.storage.cmusatyalab.org/nn4.v1.t7 \ + wget -nv http://openface-models.storage.cmusatyalab.org/nn4.v1.t7 \ -O ./models/openface/nn4.v1.t7 && \ python2 setup.py install && \ ./run-tests.sh"