diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-10-15 12:24:23 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 12:24:23 -0300 |
commit | 74a39432fd00f98aa30564ed8be3fe2fc7f72b0d (patch) | |
tree | 508577a33e79f22e378c1407f368f1129cc5fda3 | |
parent | a98b702aa79e93d12aeee10ffdcfe2c3b5fec420 (diff) | |
download | PSP.git-74a39432fd00f98aa30564ed8be3fe2fc7f72b0d.tar.gz PSP.git-74a39432fd00f98aa30564ed8be3fe2fc7f72b0d.tar.xz PSP.git-74a39432fd00f98aa30564ed8be3fe2fc7f72b0d.zip |
Update .travis.yml
-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 |