Execute `dnu restore` in Travis builds with .NET Core

This commit is contained in:
Doug Bunting 2015-11-13 16:23:41 -08:00 committed by Stephen Halter
parent 5774cf9f1e
commit aa2b65efcc
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ addons:
apt:
packages:
- libunwind8
env:
- KOREBUILD_DNU_RESTORE_CORECLR=true
install:
- curl -sSL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz | tar zxfv - -C /tmp && cd /tmp/libuv-1.4.2/
- sh autogen.sh