Skip to content

Commit

Permalink
Merge branch 'develop' into feature/filenotfound
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Nov 28, 2016
2 parents 1ed510c + d563c21 commit 9bb3445
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
20 changes: 4 additions & 16 deletions .travis.yml
Expand Up @@ -104,32 +104,20 @@ matrix:

# OSX / Clang

- os: osx
osx_image: beta-xcode6.1

- os: osx
osx_image: beta-xcode6.2

- os: osx
osx_image: beta-xcode6.3

- os: osx
osx_image: xcode6.4

- os: osx
osx_image: xcode7.1
osx_image: xcode7.3

- os: osx
osx_image: xcode7.2
osx_image: xcode8

- os: osx
osx_image: xcode7.3

#- os: osx
# osx_image: xcode8
osx_image: xcode8.1

- os: osx
osx_image: xcode8.1
osx_image: xcode8.2

# Linux / GCC

Expand Down
7 changes: 2 additions & 5 deletions README.md
Expand Up @@ -424,14 +424,11 @@ The following compilers are currently used in continuous integration at [Travis]
| Clang 3.7.1 | Ubuntu 14.04.4 LTS | clang version 3.7.1 (tags/RELEASE_371/final) |
| Clang 3.8.0 | Ubuntu 14.04.4 LTS | clang version 3.8.0 (tags/RELEASE_380/final) |
| Clang 3.8.1 | Ubuntu 14.04.4 LTS | clang version 3.8.1 (tags/RELEASE_381/final) |
| Clang Xcode 6.1 | Darwin Kernel Version 13.4.0 (OSX 10.9.5) | Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) |
| Clang Xcode 6.2 | Darwin Kernel Version 13.4.0 (OSX 10.9.5) | Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn) |
| Clang Xcode 6.3 | Darwin Kernel Version 14.3.0 (OSX 10.10.3) | Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) |
| Clang Xcode 6.4 | Darwin Kernel Version 14.3.0 (OSX 10.10.3) | Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) |
| Clang Xcode 7.1 | Darwin Kernel Version 14.5.0 (OSX 10.10.5) | Apple LLVM version 7.0.0 (clang-700.1.76) |
| Clang Xcode 7.2 | Darwin Kernel Version 15.0.0 (OSX 10.10.5) | Apple LLVM version 7.0.2 (clang-700.1.81) |
| Clang Xcode 7.3 | Darwin Kernel Version 15.0.0 (OSX 10.10.5) | Apple LLVM version 7.3.0 (clang-703.0.29) |
| Clang Xcode 8.0 | Darwin Kernel Version 15.6.0 | Apple LLVM version 8.0.0 (clang-800.0.38) |
| Clang Xcode 8.1 | Darwin Kernel Version 16.1.0 (macOS 10.12.1) | Apple LLVM version 8.0.0 (clang-800.0.42.1) |
| Clang Xcode 8.2 | Darwin Kernel Version 16.1.0 (macOS 10.12.1) | Apple LLVM version 8.0.0 (clang-800.0.42.1) |
| Visual Studio 14 2015 | Windows Server 2012 R2 (x64) | Microsoft (R) Build Engine version 14.0.25123.0 |


Expand Down

0 comments on commit 9bb3445

Please sign in to comment.