Skip to content

Commit 89bacb0

Browse files
committed
Use Xcode 7.2 for Travis-CI.
1 parent 84fe095 commit 89bacb0

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
@@ -3,7 +3,7 @@ branches:
33
- master
44
language: objective-c
55
os: osx
6-
osx_image: xcode7.1
6+
osx_image: xcode7.2
77
env:
88
global:
99
- LC_CTYPE=en_US.UTF-8
@@ -26,7 +26,7 @@ install:
2626
script:
2727
- bundle exec rake test:$TEST_TYPE
2828
after_success:
29-
- |
29+
- |
3030
if [ "$TEST_TYPE" = "ios" ] || [ "$TEST_TYPE" = "osx" ]; then
3131
bash <(curl -s https://codecov.io/bash)
3232
fi

0 commit comments

Comments
 (0)