diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-10-15 12:22:01 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 12:22:01 -0300 |
commit | c3b8d2b5838500fb52ce2f4c749fe3c750613f5a (patch) | |
tree | 7a181397d17cbe8a1861a1baf154c28ea8db0cd4 | |
parent | 167ad1b41eb534057fd78b7c6ba20f61e01b01d5 (diff) | |
download | PSP.git-c3b8d2b5838500fb52ce2f4c749fe3c750613f5a.tar.gz PSP.git-c3b8d2b5838500fb52ce2f4c749fe3c750613f5a.tar.xz PSP.git-c3b8d2b5838500fb52ce2f4c749fe3c750613f5a.zip |
Update .travis.yml
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 977915e..7652f3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ 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 -sudo sudo apt-add-repository 'deb http://repos.codelite.org/wx3.1.1/ubuntu/ xenial universe' -sudo apt-get update +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 \ libwxbase3.1-dev \ libwxgtk3.1-0-unofficial \ @@ -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 + wx3.1-examples ; fi install: # C++17 |