Allowing CoreCLR tests to run on Travis

This commit is contained in:
Pranav K 2015-12-01 12:42:34 -08:00
parent c262feace2
commit fa8eceb342
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ addons:
- libunwind8
- zlib1g
env:
- KOREBUILD_DNU_RESTORE_CORECLR=true
- KOREBUILD_DNU_RESTORE_CORECLR=true KOREBUILD_TEST_DNXCORE=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