.travis.yml 218 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 --- language: objective-c before_script: - brew update - brew install xctool script: - xctool -workspace 'Masonry.xcworkspace' -scheme 'Masonry' -configuration Debug -sdk iphonesimulator build test