Browse Source

allow-unauthenticated for clang package

Thomas Buck 10 years ago
parent
commit
4ee8c1eadd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cmake/travis_install_linux.sh

+ 1
- 1
cmake/travis_install_linux.sh View File

5
 if [ "$CC" = "gcc" ]; then sudo apt-get install gcc-4.8; fi
5
 if [ "$CC" = "gcc" ]; then sudo apt-get install gcc-4.8; fi
6
 if [ "$CXX" = "g++" ]; then sudo apt-get install g++-4.8; fi
6
 if [ "$CXX" = "g++" ]; then sudo apt-get install g++-4.8; fi
7
 
7
 
8
-if [ "$CXX" = "clang++" ]; then sudo apt-get install clang-3.5; fi
8
+if [ "$CXX" = "clang++" ]; then sudo apt-get install --allow-unauthenticated clang-3.5; fi
9
 
9
 

Loading…
Cancel
Save