1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-22 13:06:06 +03:00
iodine/.travis.yml
Erik Ekman 50d7865967 Configure Travis for OS X build
It cannot build multi-platform right now.
2014-04-22 22:06:01 +02:00

12 lines
218 B
YAML

#set language to objective-c to force osx build
#linux builds are done at http://buildbot.dev.kryo.se
language: objective-c
os: osx
before_install: brew update
install: brew install check
script: make && make test