1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-22 13:06:06 +03:00
iodine/.travis.yml

12 lines
218 B
YAML
Raw Normal View History

#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
2014-04-22 22:46:48 +04:00
script: make && make test