Add basic .travis.yml file.
This commit is contained in:
parent
b6df09fbc3
commit
ac7028d789
|
@ -0,0 +1,9 @@
|
||||||
|
language: objective-c
|
||||||
|
osx_image: xcode7.3
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
|
script:
|
||||||
|
- xcodebuild clean build test -project PainlessInjection.xcodeproj -scheme PainlessInjectionTests
|
Loading…
Reference in New Issue