|
|
|
@ -6,7 +6,7 @@ matrix: |
|
|
|
- os: linux # Ubuntu 14.04 |
|
|
|
dist: trusty |
|
|
|
sudo: required |
|
|
|
dotnet: 2.1.4 |
|
|
|
dotnet: 2.1.300-rc1-008673 |
|
|
|
mono: latest |
|
|
|
# - os: osx # OSX 10.11 |
|
|
|
# osx_image: xcode7.3.1 |
|
|
|
@ -21,7 +21,7 @@ branches: |
|
|
|
script: |
|
|
|
- git submodule -q update --init |
|
|
|
- dotnet restore |
|
|
|
- dotnet test tests/ImageSharp.Tests/ImageSharp.Tests.csproj -c Release -f "netcoreapp2.0" |
|
|
|
- dotnet test tests/ImageSharp.Tests/ImageSharp.Tests.csproj -c Release -f "netcoreapp2.1" |
|
|
|
|
|
|
|
env: |
|
|
|
global: |
|
|
|
|