2
0
Kim Kulling 9 жил өмнө
parent
commit
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