Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated travis.yml
  • Loading branch information
asowers1 committed Oct 9, 2018
commit df4fb5c24591f008819036f17c6304a4c27ebbea
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: objective-c
cache: cocoapods
rvm: 2.2.2
osx_image: xcode8
osx_image: xcode10

env:
global:
Expand All @@ -10,7 +10,7 @@ env:
- PROJECT=SwiftyTimer.xcodeproj

before_install:
- gem install cocoapods -v 1.1.0.rc2 # remove -v after it ships
- gem install cocoapods
- gem install xcpretty

script:
Expand Down