diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-10-15 12:53:05 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-15 12:53:05 -0300 |
commit | f746033030701e19e5e7b5ebffd6b4586a3e10d3 (patch) | |
tree | e6f9ccf1cbdec3f402f8413a7b793376e2bd9726 | |
parent | 9cd6184bf3b5881a8ffe9661d88f4e3654ac5c67 (diff) | |
download | PSP.git-f746033030701e19e5e7b5ebffd6b4586a3e10d3.tar.gz PSP.git-f746033030701e19e5e7b5ebffd6b4586a3e10d3.tar.xz PSP.git-f746033030701e19e5e7b5ebffd6b4586a3e10d3.zip |
Update .travis.yml
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 33c2dee..07218bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,12 @@ before_install: - 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-dev + - sudo apt-get install libwxbase3.1-0-unofficial \ + libwxbase3.1-dev \ + libwxgtk3.1-0-unofficial \ + libwxgtk3.1-dev \ + wx3.1-headers \ + wx-common \ install: # C++17 |