diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-10-16 11:20:09 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-16 11:20:09 -0300 |
commit | cd966d6ca5f2cb959b992bf2cf9ce4203894d926 (patch) | |
tree | 44da9ea34faf476bc42c6973117417fd1aef1439 | |
parent | 99e8a64fc4303f8acb7d0d1ed9dcfdba4e1c1c25 (diff) | |
download | PSP.git-cd966d6ca5f2cb959b992bf2cf9ce4203894d926.tar.gz PSP.git-cd966d6ca5f2cb959b992bf2cf9ce4203894d926.tar.xz PSP.git-cd966d6ca5f2cb959b992bf2cf9ce4203894d926.zip |
Update .travis.yml
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ad023f1..5d58edd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,14 @@ matrix: packages: - cmake-data - cmake + +apt: + packages: + - xauth + - libgtk-3-0 + +services: + - xvfb before_install: #sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test @@ -50,4 +58,4 @@ script: - g++ --version - make - ls -la - - sudo ./PSP-UFU + - xvfb-run --server-args="-screen 0, 1024x768x24" ./PSP-UFU |