Explorar o código

[Travis] Use absolute paths

Sascha Zelzer %!s(int64=11) %!d(string=hai) anos
pai
achega
d670a87e51
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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