From aa2b65efccfd6d65ff22ddaf2c1a9fc0ae17e54a Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Fri, 13 Nov 2015 16:23:41 -0800 Subject: [PATCH] Execute `dnu restore` in Travis builds with .NET Core --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index eef144e738..20cb839d95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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