Browse Source

[Travis] Try without ld_library_path again

Sascha Zelzer 10 years ago
parent
commit
80c17e2976
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -5,9 +5,9 @@ compiler:
 
 branches:
   only:
-    - travis-ci
+    - travis-ci-2
 
-env: DISPLAY=:9 LD_LIBRARY_PATH=${HOME}/build/commontk/CTK-Superbuild-Release-experimental/CMakeExternals/Install/lib
+env: DISPLAY=:9 # LD_LIBRARY_PATH=${HOME}/build/commontk/CTK-Superbuild-Release-experimental/CMakeExternals/Install/lib
 
 before_install:
   - sudo apt-get update -qq