travis: fix a typo.

pull/861/head
Kim Kulling 2016-04-21 18:21:32 +02:00
parent f9cba1c4ea
commit af75390f8d
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ else
&& sudo make install \
&& sudo ldconfig \
&& (cd test/unit; ../../bin/unit) \
&& (cd test/regression; chmod 755 run.py; ./run.py ../bin/assimp; \
&& (cd test/regression; chmod 755 run.py; ./run.py ../../bin/assimp; \
chmod 755 result_checker.py; ./result_checker.py)
fi