Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: Use Xenial image
  • Loading branch information
nschonni committed Apr 19, 2019
commit 963cf926ba7051bc413398b5fdc450d84080358a
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: xenial
language: node_js
node_js:
- '10'
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-dotnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# From https://www.microsoft.com/net/download/linux-package-manager/ubuntu14-04/sdk-2.0.0

wget -q https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get install apt-transport-https -y
sudo apt-get update
Expand Down