XcodeGen/.travis.yml
2017-09-14 00:48:57 +02:00

8 lines
85 B
YAML

os:
- osx
language: swift
osx_image: xcode9
script:
- swift build
- swift test