Skip to content

Commit

Permalink
Update build environments
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Aug 6, 2018
1 parent 0eb6ebb commit 4b2f219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,7 +5,7 @@ matrix:
- os: linux # Ubuntu 14.04
dist: trusty
sudo: required
dotnet: 2.1.4
dotnet: 2.1.300
mono: latest
# - os: osx # OSX 10.11
# osx_image: xcode7.3.1
Expand All @@ -19,7 +19,7 @@ branches:

script:
- dotnet restore
- dotnet test tests/ImageSharp.Web.Tests/ImageSharp.Web.Tests.csproj -c Release -f "netcoreapp2.0"
- dotnet test tests/ImageSharp.Web.Tests/ImageSharp.Web.Tests.csproj -c Release -f "netcoreapp2.1"
- dotnet test tests/ImageSharp.Web.Tests/ImageSharp.Web.Tests.csproj -c Release -f "netcoreapp1.1"

env:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,5 +1,5 @@
version: 1.0.0.{build}
image: Visual Studio 2017 Preview
image: Previous Visual Studio 2017

# prevent the double build when a branch has an active PR
skip_branch_with_pr: true
Expand Down

0 comments on commit 4b2f219

Please sign in to comment.