We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8361f commit eb4606fCopy full SHA for eb4606f
.travis.yml
@@ -1,7 +1,7 @@
1
language: objective-c
2
cache: cocoapods
3
rvm: 2.2.2
4
-osx_image: xcode7.2
+osx_image: xcode8
5
6
before_install:
7
- gem install cocoapods
@@ -20,4 +20,4 @@ script:
20
21
- set -o pipefail && xctool archive -archivePath 'Tests' -project SwiftyTimerTests/SwiftyTimerTests.xcodeproj -scheme 'SwiftyTimerTests' && Tests.xcarchive/Products/Applications/SwiftyTimerTests.app/Contents/MacOS/SwiftyTimerTests
22
23
-- pod lib lint
+- pod lib lint
0 commit comments