Browse Source

Apt install only on Linux.

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

2
.travis.yml

@ -11,7 +11,7 @@ matrix:
osx_image: xcode9.2
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt-get update && sudo apt-get install -y g++-7
- 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
- git submodule update --init --recursive
script:

Loading…
Cancel
Save