language: - swift osx_image: xcode8.3 install: - ./Scripts/install_swiftlint.sh script: - make lint - make build