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