Browse Source

Put back ubuntu toolchain ppa.

pass-iguana-arg
Artem Pikulin 7 years ago
parent
commit
6cf0c5986c
  1. 2
      .travis.yml

2
.travis.yml

@ -11,7 +11,7 @@ matrix:
osx_image: xcode9.2 osx_image: xcode9.2
before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository ppa:jonathonf/gcc-7.1 -y && sudo apt-get update && sudo apt-get install -y gcc-7 g++-7; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && sudo apt-get update && sudo apt-get install -y g++-7; fi
- git submodule update --init --recursive - git submodule update --init --recursive
script: script:

Loading…
Cancel
Save