Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
changsanjiang committed Jul 11, 2018
1 parent 962ebe9 commit 553af42
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
language: objective-c
osx_image: xcode9.3
osx_image: xcode9.4
xcode_workspace: SJVideoPlayerProject/SJVideoPlayerProject.xcworkspace
podfile: SJVideoPlayerProject/Podfile

env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8

notifications:
email: false

before_install:
- env
- locale
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- pod --version
- pod setup --silent > /dev/null
- pod repo update --silent
- xcpretty --version
- xcodebuild -version
- xcodebuild -showsdks

0 comments on commit 553af42

Please sign in to comment.