diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..d7a5538 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: objective-c +osx_image: xcode7.3 + +branches: + only: + - master + +script: +- xcodebuild clean build test -project PainlessInjection.xcodeproj -scheme PainlessInjectionTests \ No newline at end of file