Skip to content

Commit

Permalink
Travis: Update models download link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed Feb 7, 2017
1 parent 320cf3d commit ec25aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ script:
cd /root/src/openface; \
./models/get-models.sh && \
./data/download-lfw-subset.sh && \
wget -nv http://openface-models.storage.cmusatyalab.org/nn4.v1.t7 \
wget -nv http://cmusatyalab.org/openface-models/nn4.v1.t7 \
-O ./models/openface/nn4.v1.t7 && \
python2 setup.py install && \
./run-tests.sh"

0 comments on commit ec25aec

Please sign in to comment.