Skip to content

Commit

Permalink
travis: fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Apr 21, 2016
1 parent f9cba1c commit af75390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.sh
Expand Up @@ -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

0 comments on commit af75390

Please sign in to comment.