Browse Source

fix travis

pull/131/head
Scott Williams 9 years ago
parent
commit
d970b73253
  1. 8
      .travis.yml

8
.travis.yml

@ -6,8 +6,8 @@ matrix:
- os: linux # Ubuntu 14.04
dist: trusty
sudo: required
dotnet: 1.0.0-preview2-003121
mono: latest
dotnet: 1.0.1
# mono: latest
# - os: osx # OSX 10.11
# osx_image: xcode7.3.1
# dotnet: 1.0.0-preview2-003121
@ -20,8 +20,8 @@ branches:
script:
- dotnet restore
- dotnet build -c Release src/*/project.json
- dotnet test tests/ImageSharp.Tests/project.json -c Release -f "netcoreapp1.1"
- dotnet build -c Release ImageSharp.sln
- dotnet test tests/ImageSharp.Tests/ImageSharp.Tests.csproj --no-build -c Release -f "netcoreapp1.1"
env:
global:

Loading…
Cancel
Save