[SLService] Update CI
This commit is contained in:
parent
72d341ff91
commit
5fdb7dc0b4
|
@ -0,0 +1 @@
|
|||
3.1
|
13
.travis.yml
13
.travis.yml
|
@ -1,12 +1,11 @@
|
|||
os:
|
||||
- osx
|
||||
- linux
|
||||
language: swift
|
||||
- osx
|
||||
language: generic
|
||||
sudo: required
|
||||
dist: trusty
|
||||
osx_image: xcode8.3
|
||||
|
||||
install:
|
||||
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
|
||||
script:
|
||||
- swift build -c release
|
||||
- swift test
|
||||
|
||||
after_success:
|
||||
- eval "$(curl -sL https://codecov.io/bash)"
|
||||
|
|
|
@ -4,18 +4,12 @@
|
|||
<a href="http://swift.org">
|
||||
<img src="https://img.shields.io/badge/Swift-3.1-brightgreen.svg" alt="Language" />
|
||||
</a>
|
||||
<a href="https://raw.githubusercontent.com/shial4/SLChat/master/license">
|
||||
<a href="https://raw.githubusercontent.com/shial4/SLChat/master/LICENSE">
|
||||
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License" />
|
||||
</a>
|
||||
<a href="https://travis-ci.org/shial4/SLChat">
|
||||
<img src="https://travis-ci.org/shial4/SLChat.svg?branch=master" alt="TravisCI" />
|
||||
</a>
|
||||
<a href="https://circleci.com/gh/shial4/SLChat">
|
||||
<img src="https://circleci.com/gh/shial4/SLChat.svg?style=shield" alt="CircleCI" />
|
||||
</a>
|
||||
<a href="https://codecov.io/gh/shial4/SLChat">
|
||||
<img src="https://codecov.io/gh/shial4/SLChat/branch/master/graph/badge.svg" alt="codecov" />
|
||||
</a>
|
||||
<a href="https://codebeat.co/projects/github-com-shial4-slchat-master">
|
||||
<img src="https://codebeat.co/badges/bafbee05-9197-4625-84f8-1e022e3a6dad" alt="codebeat" />
|
||||
</a>
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
test:
|
||||
override:
|
||||
- swift build
|
||||
- swift build -c release
|
||||
- swift test
|
||||
post:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
Loading…
Reference in New Issue