From 7a1377d54cc7f024185c486568d60dee6e894916 Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Thu, 7 Jan 2016 18:44:11 -0500 Subject: [PATCH] Travis: Fix typo. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 23a7bc5..054e960 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,6 @@ script: "cd /root/src/openface; \ ./models/get-models.sh && \ 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 && \ nosetests-2.7 -v -d test.py"