mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
travis: disable xcode6.3
This commit is contained in:
parent
f4a84c916e
commit
ad6c2e634f
2 changed files with 5 additions and 5 deletions
|
@ -75,10 +75,10 @@ matrix:
|
||||||
osx_image: beta-xcode6.2
|
osx_image: beta-xcode6.2
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
#Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
|
#Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
|
||||||
- os: osx
|
# - os: osx
|
||||||
osx_image: beta-xcode6.3
|
# osx_image: beta-xcode6.3
|
||||||
#
|
# #
|
||||||
- os: osx
|
# - os: osx
|
||||||
osx_image: xcode6.4
|
osx_image: xcode6.4
|
||||||
#Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
|
#Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
|
@ -245,7 +245,7 @@ int main(int argc, char **argv)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// return to OS
|
// return to OS
|
||||||
#if !defined (__GNUC__) || (__GNUC__ < 5)
|
#if !defined (__GNUC__) || (__GNUC__ < 4)
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue