From 8c0a1701cd1f8236dc1c5ea171f06e6dc4e2ab0c Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Sun, 15 Nov 2015 22:53:39 -0800 Subject: [PATCH] Nit: Set `KoreBuild_*` environment variables consistently --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 20cb839d95..e5af3cd231 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ addons: packages: - libunwind8 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 @@ -16,5 +16,4 @@ install: - export LD_LIBRARY_PATH="$HOME/libuvinstall/lib" - cd $OLDPWD script: - - export KOREBUILD_TEST_DNXCORE=1 - ./build.sh --quiet verify