Skip to content

Commit 4838d1e

Browse files
authored
Update .travis.yml
1 parent ff19ca7 commit 4838d1e

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

.travis.yml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# references:
2-
# * https://www.objc.io/issues/6-build-tools/travis-ci/
3-
# * https://github.com/supermarin/xcpretty#usage
4-
5-
osx_image: xcode11.7
6-
language: swift
7-
# cache: cocoapods
8-
# podfile: Example/Podfile
9-
# before_install:
10-
# - gem install cocoapods # Since Travis is not always on latest version
11-
# - pod install --project-directory=Example
12-
script:
13-
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/SpringText.xcworkspace -scheme SpringText-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
14-
- pod lib lint
1+
env:
2+
global:
3+
- LC_CTYPE=en_US.UTF-8
4+
matrix:
5+
include:
6+
- os: osx
7+
language: swift
8+
osx_image: xcode11.7
9+
script:
10+
- set -o pipefail
11+
- xcodebuild -project SpringText.xcodeproj -scheme SpringText-Example -sdk iphonesimulator

0 commit comments

Comments
 (0)