mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 22:52:26 +00:00
Enable Travis CI
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
osx_image: xcode7.2
|
||||
language: objective-c
|
||||
before_install:
|
||||
- brew update
|
||||
- brew outdated xctool || brew upgrade xctool
|
||||
- brew install carthage
|
||||
script: ci/build
|
||||
notifications:
|
||||
email: false
|
||||
Reference in New Issue
Block a user