Explorar o código

fix script paths

Paul %!s(int64=11) %!d(string=hai) anos
pai
achega
c07e15a8e2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -37,8 +37,8 @@ before_script:
 - if [[ "$TRAVIS_OS_NAME" == "linux" && "$CXX" == "g++" && "$COVERAGE" == 1 ]]; then wget http://ftp.de.debian.org/debian/pool/main/l/lcov/lcov_1.11.orig.tar.gz; fi
 - if [[ "$TRAVIS_OS_NAME" == "linux" && "$CXX" == "g++" && "$COVERAGE" == 1 ]]; then tar xf lcov_1.11.orig.tar.gz; fi
 - if [[ "$TRAVIS_OS_NAME" == "linux" && "$CXX" == "g++" && "$COVERAGE" == 1 ]]; then sudo make -C lcov-1.11/ install; fi
-- if [ "$TRAVIS_OS_NAME" == "linux" ]; then ./CIBuid/linux/dependencies.sh; fi
-- if [ "$TRAVIS_OS_NAME" == "linux" ]; then ./CIBuid/osx/dependencies.sh; fi
+- if [ "$TRAVIS_OS_NAME" == "linux" ]; then ../CIBuid/linux/dependencies.sh; fi
+- if [ "$TRAVIS_OS_NAME" == "osx" ]; then ../CIBuid/osx/dependencies.sh; fi
 - $CXX --version
 
 before_install: