RoboticCheese/microsoft-remote-desktop-chef

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: objective-c

osx_image: xcode7.3

branches:
  only:
    - master

install:
  - curl -L https://www.chef.io/chef/install.sh | sudo bash -s -- -P chefdk
  - chef exec bundle install --without=development integration

before_script:
  - cp .kitchen.travis.yml .kitchen.local.yml

script:
  - chef exec rake && chef exec kitchen test