Skip to content

Commit

Permalink
Update travis.yml to latest xcode and cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
lhc70000 committed Jan 18, 2019
1 parent ec60ae0 commit 945bcae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,7 +5,7 @@


# Enviornment # Enviornment
language: swift language: swift
osx_image: xcode9.4 osx_image: xcode10
os: osx os: osx


env: env:
Expand All @@ -18,7 +18,7 @@ env:
before_install: before_install:
- env - env
- locale - locale
- gem install cocoapods -v 1.5.3 --no-rdoc --no-ri --no-document --quiet - gem install cocoapods -v 1.6.0.beta.2 --no-rdoc --no-ri --no-document --quiet
- pod install - pod install


# Build Jobs # Build Jobs
Expand Down

0 comments on commit 945bcae

Please sign in to comment.