1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-22 04:56:07 +03:00
iodine/.travis.yml
2021-05-14 13:33:41 +02:00

10 lines
136 B
YAML

#set language to objective-c to force osx build
language: objective-c
os: osx
install: brew install check
script: make && make test