Travis: Wget: Use -nv.
This commit is contained in:
parent
49aa43ece3
commit
0cb17becc7
|
@ -24,7 +24,7 @@ script:
|
||||||
cd /root/src/openface; \
|
cd /root/src/openface; \
|
||||||
./models/get-models.sh && \
|
./models/get-models.sh && \
|
||||||
./data/download-lfw-subset.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 && \
|
-O ./models/openface/nn4.v1.t7 && \
|
||||||
python2 setup.py install && \
|
python2 setup.py install && \
|
||||||
./run-tests.sh"
|
./run-tests.sh"
|
||||||
|
|
Loading…
Reference in New Issue