JohnCoates/Aerial

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: objective-c
osx_image: xcode11.2
before_install:
  - pod repo update
after_success:
  - bash <(curl -s https://codecov.io/bash) -J 'AerialApp'
before_script:
  - make lint
script:
  - make test-travis