Skip to content

Commit eb4606f

Browse files
authored
Update .travis.yml
1 parent 3c8361f commit eb4606f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: objective-c
22
cache: cocoapods
33
rvm: 2.2.2
4-
osx_image: xcode7.2
4+
osx_image: xcode8
55

66
before_install:
77
- gem install cocoapods
@@ -20,4 +20,4 @@ script:
2020

2121
- set -o pipefail && xctool archive -archivePath 'Tests' -project SwiftyTimerTests/SwiftyTimerTests.xcodeproj -scheme 'SwiftyTimerTests' && Tests.xcarchive/Products/Applications/SwiftyTimerTests.app/Contents/MacOS/SwiftyTimerTests
2222

23-
- pod lib lint
23+
- pod lib lint

0 commit comments

Comments
 (0)