Browse Source

-y on gcc7 ppa addition.

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

2
.travis.yml

@ -11,7 +11,7 @@ matrix:
osx_image: xcode9.2
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt-get update && sudo apt-get install -y 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
script:

Loading…
Cancel
Save