First attempt to build with travis

This commit is contained in:
Timothy Warren 2015-05-08 21:57:34 -04:00
parent 12adf9b7a0
commit 78cd318470
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: cpp
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libwxgtk3.0-dev libssh2-1-dev
compiler:
- gcc
- clang
script: make