Skip to content

Commit 82f430b

Browse files
committed
Added more versions of XCode
1 parent f2e8de3 commit 82f430b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,21 @@ matrix:
4747
compiler: clang
4848
env: COMPILER=clang++
4949

50+
- os: osx
51+
osx_image: xcode7.1
52+
compiler: clang
53+
env: COMPILER=clang++
54+
55+
- os: osx
56+
osx_image: xcode7.2
57+
compiler: clang
58+
env: COMPILER=clang++
59+
60+
- os: osx
61+
osx_image: xcode7.3
62+
compiler: clang
63+
env: COMPILER=clang++
64+
5065
- os: linux
5166
compiler: gcc
5267
addons:

0 commit comments

Comments
 (0)