Added Travis config

This commit is contained in:
2016-02-28 00:33:03 +03:00
parent f9d8fbf10a
commit 467a7f46ae

14
.travis.yml Normal file
View File

@@ -0,0 +1,14 @@
language: cpp
sudo: required
compiler:
- gcc
- clang
os:
- linux
- osx
before_script:
- apt-get install libwxgtk2.8-dev libwxgtk2.8-dbg
- ./configure
script: make
notifications:
email: true