ChromaColorPicker/.travis.yml

19 lines
339 B
YAML
Raw Permalink Normal View History

language: objective-c
osx_image: xcode11.3
2020-03-14 19:10:46 +03:00
before_install:
- gem install bundler --version '2.0.1'
install:
- bundle install
2020-03-13 23:19:28 +03:00
jobs:
include:
- stage: test
script:
- fastlane test
2020-03-13 23:19:28 +03:00
- stage: pod-lint
script:
- pod lib lint
stages:
- test
- pod-lint
- name: test-lint
2020-03-15 01:32:47 +03:00
if: type = pull_request