Skip to content

Commit

Permalink
💚 Fixing CI Build.
Browse files Browse the repository at this point in the history
📝 Add a CI Build status badge
  • Loading branch information
gee1k committed Dec 11, 2019
1 parent 112a3c4 commit 1c75855
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: objective-c
language: swift
matrix:
include:
- osx_image: xcode11
- osx_image: xcode11.2
branches:
only:
- master
Expand Down
3 changes: 3 additions & 0 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<a href="https://github.com/gee1k/uPic/blob/master/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/gee1k/uPic?style=flat-square">
</a>
<a href="https://travis-ci.org/gee1k/uPic" style="margin: 0 5px;">
<img src="https://img.shields.io/travis/gee1k/uPic.svg?style=flat-square">
</a>
</div>


Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
<img src="https://img.shields.io/github/downloads/gee1k/uPic/total.svg?style=flat-square" alt="">
</a>
<a href="https://github.com/gee1k/uPic/blob/master/LICENSE">
<img alt="GitHub" src="https://img.shields.io/github/license/gee1k/uPic?style=flat-square">
<img alt="GitHub" src="https://img.shields.io/github/license/gee1k/uPic?style=flat-square">
</a>
<a href="https://travis-ci.org/gee1k/uPic" style="margin: 0 5px;">
<img src="https://img.shields.io/travis/gee1k/uPic.svg?style=flat-square">
</a>
</div>

Expand Down

0 comments on commit 1c75855

Please sign in to comment.