Attempt to fix travis build

This commit is contained in:
Tim Warren 2015-05-27 12:00:19 -04:00
parent ed9593312c
commit bf47af280f
1 changed files with 2 additions and 2 deletions

4
.travis.yml Normal file → Executable file
View File

@ -6,11 +6,11 @@ before_install:
- sh -e /etc/init.d/xvfb start
# Install dependencies
- 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
compiler:
- gcc
- clang
script: make
script: make