Fixed Travis config and removed OSX building

This commit is contained in:
2016-02-28 00:42:40 +03:00
parent 07c62fb7f7
commit 215a1b42f5

View File

@@ -5,10 +5,8 @@ compiler:
- clang - clang
os: os:
- linux - linux
- osx
before_script: before_script:
- sudo apt-get install libwxgtk2.8-dev libwxgtk2.8-dbg - sudo apt-get install libwxgtk2.8-dev libwxgtk2.8-dbg
- ./configure
script: make script: make
notifications: notifications:
email: true email: true