mirror of
https://github.com/joncardasis/ChromaColorPicker.git
synced 2024-11-25 22:12:01 +03:00
7 lines
150 B
YAML
7 lines
150 B
YAML
language: objective-c
|
|
osx_image: xcode10.1
|
|
before_install: gem install bundler --version '2.0.1'
|
|
install:
|
|
- bundle install
|
|
script:
|
|
- fastlane test |