Skip to content

Commit

Permalink
Enhance/ci (#508)
Browse files Browse the repository at this point in the history
* WIP travis integration

* WIP add build step

* Add build and twitter badge
  • Loading branch information
Jonas-Taha El Sesiy committed Mar 8, 2018
1 parent e1a657f commit d940472
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: objective-c
osx_image: xcode9.2
xcode_project: CVCalendar.xcodeproj
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
script:
xcodebuild | xcpretty -c
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,8 @@

![pod](https://img.shields.io/cocoapods/v/CVCalendar.svg)
[![License](https://img.shields.io/cocoapods/l/CVCalendar.svg)](http://cocoapods.org/pods/CVCalendar)
[![Build Status](https://travis-ci.org/CVCalendar/CVCalendar.svg?branch=master)](https://travis-ci.org/CVCalendar/CVCalendar)
[![Twitter](https://img.shields.io/badge/twitter-@elsesiy-blue.svg)](http://twitter.com/elsesiy)

Overview
==========
Expand Down

0 comments on commit d940472

Please sign in to comment.