[SLService] Update CI

This commit is contained in:
Shial 2017-08-20 11:53:27 +10:00
parent 72d341ff91
commit 5fdb7dc0b4
4 changed files with 8 additions and 21 deletions

1
.swift-version Normal file
View File

@ -0,0 +1 @@
3.1

View File

@ -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)"

View File

@ -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>

View File

@ -1,7 +0,0 @@
test:
override:
- swift build
- swift build -c release
- swift test
post:
- bash <(curl -s https://codecov.io/bash)