Skip to content

Commit

Permalink
travis: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Dec 5, 2015
1 parent 0e0a9dd commit 8cee1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
# ubuntu-toolchain-r/test contains recent versions of gcc
if [ "$CC" = "$TEST_CC" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; sudo apt-get update; sudo apt-get install gcc-${GCC_VERSION} g++-${GCC_VERSION}; sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} 90; sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${GCC_VERSION} 90; fi

if [ "$CC" = "$TEST_CC" ]; then sudo pip install cpp-coveralls --use-mirrors; fi
if [ "$CC" = "$TEST_CC" ]; then sudo pip install cpp-coveralls; fi
## Python 3.4
##sudo add-apt-repository --yes ppa:fkrull/deadsnakes # python3.x
# we get libyaml-cpp-dev from kubuntu backports (for OpenColorIO)
Expand Down

0 comments on commit 8cee1ae

Please sign in to comment.