diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9c3d8d6..5ef94bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,8 +38,8 @@ before_install: install: # C++17 -sudo apt-get install -qq g++-6 -sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90 + - sudo apt-get install -qq g++-6 + - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 90 before_script: - mkdir build |