From be45558e86d834f8b9eea09a2da7b2c5c5a308da Mon Sep 17 00:00:00 2001 From: iska Date: Wed, 23 Dec 2015 21:24:35 +0100 Subject: [PATCH] Add travis-ci yaml file --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..857682d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +nguage: objective-c +osx_image: xcode7.2 +script: +- xctool -project HTMLKit.xcodeproj -scheme HTMLKit-OSX -sdk macosx -configuration Release ONLY_ACTIVE_ARCH=NO +- xctool test -project HTMLKit.xcodeproj -scheme HTMLKitTests-OSX -sdk macosx ONLY_ACTIVE_ARCH=NO +- xctool -project HTMLKit.xcodeproj -scheme HTMLKit-iOS -sdk iphoneos -configuration Release ONLY_ACTIVE_ARCH=NO +- xctool test -project HTMLKit.xcodeproj -scheme HTMLKitTests-iOS -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO +