Added travis badge to readme. Added installation of bundler to travis yaml

This commit is contained in:
Jonathan Cardasis 2019-02-03 23:08:40 -05:00
parent 6f2c2deb6c
commit 0c0664baac
2 changed files with 3 additions and 13 deletions

View File

@ -1,5 +1,6 @@
language: objective-c
osx_image: xcode10.1
before_install: gem install bundler --version '2.0.1'
install:
- bundle install
script:

View File

@ -4,6 +4,8 @@
![License](https://img.shields.io/badge/license-MIT-blue.svg)
![Carthage](https://img.shields.io/badge/Carthage-✔-green.svg)
![CocoaPods](https://img.shields.io/badge/CocoaPods-1.7.1-green.svg)
![CocoaPods](https://img.shields.io/badge/CocoaPods-1.7.1-green.svg)
[![Travis CI](https://travis-ci.com/joncardasis/ChromaColorPicker.svg?branch=develop)](https://travis-ci.com/joncardasis/ChromaColorPicker)
*An intuitive iOS color picker built in Swift.*
@ -14,19 +16,6 @@ Supports hue and grayscale modes to make choosing the right color easy and fun!
<img src="../assets/Screenshot-Grayscale.png?raw=true" height="350" style="margin:8px;">
</div>
## :exclamation: Project Status :exclamation:
*Nov 10, 2018*
After some time away from my OSS projects, I am revisiting a number of them. ChromaColorPicker will be recieving updates over the coming weeks. If you'd like to recieve development builds (not recommended for production as the API may change), check out the `develop` branch.
Some changes you can look forward to are:
- [ ] A new, easier to use, API for using the picker.
- For migration purposes, I plan to bridge the current API to a new one while people migate.
- [ ] An updated style for the picker which is more appealing.
- [ ] A rewrite of layout logic using Autolayout.
- [ ] Multiple types of color pickers to fit your needs (Hue selection (current), color spectrum, etc).
## Installation
### Carthage
```