浏览代码

travis: fix a typo.

Kim Kulling 9 年之前
父节点
当前提交
af75390f8d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.sh

+ 1 - 1
.travis.sh

@@ -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