Add basic .travis.yml file.

This commit is contained in:
Yaroslav Zhurakovskiy 2016-07-18 15:20:14 +03:00
parent b6df09fbc3
commit ac7028d789
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: objective-c
osx_image: xcode7.3
branches:
only:
- master
script:
- xcodebuild clean build test -project PainlessInjection.xcodeproj -scheme PainlessInjectionTests