mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-14 20:39:19 +02:00
Remove brew update in travis script
This commit is contained in:
parent
02173b8352
commit
4c46580e43
|
@ -1,10 +1,8 @@
|
||||||
#set language to objective-c to force osx build
|
#set language to objective-c to force osx build
|
||||||
#linux builds are done at http://buildbot.dev.kryo.se
|
|
||||||
|
|
||||||
language: objective-c
|
language: objective-c
|
||||||
os: osx
|
os: osx
|
||||||
|
|
||||||
before_install: brew update
|
|
||||||
install: brew install check
|
install: brew install check
|
||||||
|
|
||||||
script: make && make test
|
script: make && make test
|
||||||
|
|
Loading…
Reference in New Issue