Skip to content

Commit

Permalink
Merge pull request #2 from azurefx/afx
Browse files Browse the repository at this point in the history
Add .NET Core 2.2 to build matrix
  • Loading branch information
azurefx committed Mar 30, 2020
2 parents 43766f6 + 43ea7f7 commit fbd9e63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ language: julia
julia:
- nightly
- 1.3
env:
- RUNTIME_VERSION=3.1
- RUNTIME_VERSION=2.2

before-install:
- wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
- sudo dpkg -i packages-microsoft-prod.deb
- sudo apt-get update
- sudo apt-get install apt-transport-https
- sudo apt-get update
- sudo apt-get install dotnet-runtime-3.1
- sudo apt-get install dotnet-runtime-$RUNTIME_VERSION

0 comments on commit fbd9e63

Please sign in to comment.