Browse Source

[Travis] Install chrpath

Sascha Zelzer 11 years ago
parent
commit
d3ad4c7bc7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -9,7 +9,7 @@ branches:
 before_install:
   - sudo add-apt-repository ppa:kalakris/cmake -y
   - sudo apt-get update -qq
-  - sudo apt-get install -y cmake
+  - sudo apt-get install -y cmake chrpath
   - sudo apt-get install -y libqt4-dev qt4-dev-tools
 
 script: ctest -S ./CMake/ctkTravisDashboardScript.cmake