Skip to content

Commit

Permalink
Upgrade the Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Nov 2, 2017
1 parent 0cef0ca commit 6d02a80
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ env:

sudo: required #false
dist: trusty
dotnet: 1.0.0-preview2-003121

dotnet: 2.0.0
mono:
- latest

addons:
apt:
sources:
- sourceline: 'deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main'
key_url: 'https://packages.microsoft.com/keys/microsoft.asc'
packages:
- dotnet-hostfxr-1.0.1
- dotnet-sharedframework-microsoft.netcore.app-1.0.5

branches:
except:
- gh-pages
Expand Down

0 comments on commit 6d02a80

Please sign in to comment.