Remove VC-2013 support. (#4701)

* Removing it as it is not fully c++11 compliance.
This commit is contained in:
Jiaming Yuan 2019-07-25 01:28:51 -04:00 committed by GitHub
parent 2758c5acea
commit 59bc1ef330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,6 @@ environment:
R_ARCH: x64
USE_RTOOLS: true
matrix:
- target: msvc
ver: 2013
generator: "Visual Studio 12 2013 Win64"
configuration: Release
- target: msvc
ver: 2015
generator: "Visual Studio 14 2015 Win64"