travis: disable xcode6.3

This commit is contained in:
Alam Ed Arias 2016-05-28 19:08:50 -04:00
parent f4a84c916e
commit ad6c2e634f
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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
} }