From 3a0e4ce17e65da8dbc17888c849a2280436aac93 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Sun, 26 Oct 2014 18:34:46 +0000 Subject: [PATCH] Enable travis-ci --- .travis.yml | 6 + README.md | 2 + .../xcshareddata/xcschemes/Stencil.xcscheme | 110 ++++++++++++++++++ 3 files changed, 118 insertions(+) create mode 100644 .travis.yml create mode 100644 Stencil.xcodeproj/xcshareddata/xcschemes/Stencil.xcscheme diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bc9fa72 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: objective-c +before_install: + - gem install cocoapods + - gem install xcpretty +script: xcodebuild -project Stencil.xcodeproj -scheme Stencil test | xcpretty -c; exit ${PIPESTATUS[0]} + diff --git a/README.md b/README.md index 1a17aa8..4feb5dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Stencil ======= +[![Build Status](http://img.shields.io/travis/kylef/Stencil/master.svg?style=flat)](https://travis-ci.org/kylef/Stencil) + Stencil is a simple and powerful template language for Swift. It provides a syntax similar to Django and Mustache. If you're familiar with these, you will feel right at home with Stencil. diff --git a/Stencil.xcodeproj/xcshareddata/xcschemes/Stencil.xcscheme b/Stencil.xcodeproj/xcshareddata/xcschemes/Stencil.xcscheme new file mode 100644 index 0000000..220cf8f --- /dev/null +++ b/Stencil.xcodeproj/xcshareddata/xcschemes/Stencil.xcscheme @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +