Browse Source

update travis.yml

af/merge-core
Anton Firszov 7 years ago
parent
commit
b4744dd07f
  1. 8
      .travis.yml

8
.travis.yml

@ -3,10 +3,10 @@ solution: ImageSharp.sln
matrix: matrix:
include: include:
- os: linux # Ubuntu 14.04 - os: linux # Ubuntu 16.04
dist: trusty dist: xenial
sudo: required sudo: required
dotnet: 2.1.401 dotnet: 2.1.603
mono: latest mono: latest
# - os: osx # OSX 10.11 # - os: osx # OSX 10.11
# osx_image: xcode7.3.1 # osx_image: xcode7.3.1
@ -40,4 +40,4 @@ addons:
notification_email: james_south@hotmail.com notification_email: james_south@hotmail.com
build_command_prepend: "dotnet restore" build_command_prepend: "dotnet restore"
build_command: "dotnet build -c Release" build_command: "dotnet build -c Release"
branch_pattern: coverity_scan branch_pattern: coverity_scan
Loading…
Cancel
Save