diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-10-15 12:23:35 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 12:23:35 -0300 |
commit | a98b702aa79e93d12aeee10ffdcfe2c3b5fec420 (patch) | |
tree | 303f2e595662755e6806efc6fa67eb86c6599b77 | |
parent | c3b8d2b5838500fb52ce2f4c749fe3c750613f5a (diff) | |
download | PSP.git-a98b702aa79e93d12aeee10ffdcfe2c3b5fec420.tar.gz PSP.git-a98b702aa79e93d12aeee10ffdcfe2c3b5fec420.tar.xz PSP.git-a98b702aa79e93d12aeee10ffdcfe2c3b5fec420.zip |
Update .travis.yml
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 7652f3a..9c3d8d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,10 @@ before_install: #sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test #sudo apt-get update #sudo apt-get install -y libwxgtk3.0-dev -sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc ; fi -sudo sudo apt-add-repository 'deb http://repos.codelite.org/wx3.1.1/ubuntu/ xenial universe' ; fi -sudo apt-get update ; fi -sudo apt-get install libwxbase3.1-0-unofficial \ + - sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc + - sudo sudo apt-add-repository 'deb http://repos.codelite.org/wx3.1.1/ubuntu/ xenial universe' + - sudo apt-get update + - sudo apt-get install libwxbase3.1-0-unofficial \ libwxbase3.1-dev \ libwxgtk3.1-0-unofficial \ libwxgtk3.1-dev \ @@ -34,7 +34,7 @@ sudo apt-get install libwxbase3.1-0-unofficial \ libwxgtk-webview3.1-0-unofficial-dbg \ libwxgtk-media3.1-0-unofficial-dbg \ wx3.1-i18n \ - wx3.1-examples ; fi + wx3.1-examples install: # C++17 |