Attempt to fix travis build
This commit is contained in:
parent
ed9593312c
commit
bf47af280f
4
.travis.yml
Normal file → Executable file
4
.travis.yml
Normal file → Executable file
@ -6,11 +6,11 @@ before_install:
|
|||||||
- sh -e /etc/init.d/xvfb start
|
- sh -e /etc/init.d/xvfb start
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
- sudo apt-get install -qq libwxgtk3.0-dev libssh2-1-dev
|
- sudo apt-get install -qq libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev
|
||||||
|
|
||||||
# Build with both gcc and clang
|
# Build with both gcc and clang
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
|
||||||
script: make
|
script: make
|
||||||
|
Loading…
Reference in New Issue
Block a user