Travis: Fix typo.
This commit is contained in:
parent
434dc1ca9f
commit
7a1377d54c
|
@ -23,6 +23,6 @@ script:
|
||||||
"cd /root/src/openface; \
|
"cd /root/src/openface; \
|
||||||
./models/get-models.sh && \
|
./models/get-models.sh && \
|
||||||
wget http://openface-models.storage.cmusatyalab.org/nn4.v1.t7 \
|
wget 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 && \
|
||||||
nosetests-2.7 -v -d test.py"
|
nosetests-2.7 -v -d test.py"
|
||||||
|
|
Loading…
Reference in New Issue