summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2019-10-15 12:24:23 -0300
committerGitHub <noreply@github.com>2019-10-15 12:24:23 -0300
commit74a39432fd00f98aa30564ed8be3fe2fc7f72b0d (patch)
tree508577a33e79f22e378c1407f368f1129cc5fda3
parenta98b702aa79e93d12aeee10ffdcfe2c3b5fec420 (diff)
downloadPSP.git-74a39432fd00f98aa30564ed8be3fe2fc7f72b0d.tar.gz
PSP.git-74a39432fd00f98aa30564ed8be3fe2fc7f72b0d.tar.xz
PSP.git-74a39432fd00f98aa30564ed8be3fe2fc7f72b0d.zip
Update .travis.yml
-rw-r--r--.travis.yml4
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