浏览代码

[Travis] Use absolute paths

Sascha Zelzer 11 年之前
父节点
当前提交
d670a87e51
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -21,7 +21,7 @@ before_script:
   - cd /tmp/cmake-2.8.9 && make -j4 && sudo make install
   - xpra --xvfb="Xorg +extension GLX -config `pwd`/Applications/Testing/dummy.xorg.conf -logfile ${HOME}/.xpra/xorg.log"  start :9
 
-script: ctest -V -S ./CMake/ctkTravisDashboardScript.cmake
+script: ctest -V -S /tmp/CTK/CMake/ctkTravisDashboardScript.cmake
 
 after_script:
   - xpra stop :9