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