This commit is contained in:
zbydonuts
2018-02-27 13:29:45 +09:00
parent 6437f5b6ce
commit 4b1ce73aca
3 changed files with 17 additions and 3 deletions
+14
View File
@@ -0,0 +1,14 @@
s:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage
osx_image: xcode9.2
language: swift
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild LabelSwitch -enableCodeCoverage YES -workspace Example/LabelSwitch.xcworkspace -scheme LabelSwitch-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
+3 -3
View File
@@ -1,8 +1,8 @@
//
// TextSwitch.swift
// KaneMemo
// LabelSwitch.swift
// LabelSwitch
//
// Created by cookie on 07/12/2017.
// Created by cookie on 20/02/2018.
// Copyright © 2017 cookie. All rights reserved.
//