Travis build attempt #2

This commit is contained in:
Timothy Warren 2015-05-08 22:00:27 -04:00
parent 78cd318470
commit ae55d07dea
1 changed files with 2 additions and 0 deletions

View File

@ -1,9 +1,11 @@
language: cpp language: cpp
#Install dependencies
before_install: before_install:
- 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 libssh2-1-dev
# Build with both gcc and clang
compiler: compiler:
- gcc - gcc
- clang - clang