Run functional tets in parallel

This commit is contained in:
Kiran Challa 2015-12-15 16:05:50 -08:00
parent c61cc65db3
commit 0ac3e9d3a4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ addons:
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; fi
env:
- KOREBUILD_DNU_RESTORE_CORECLR=true MONO_THREADS_PER_CPU=2000 MONO_MANAGED_WATCHER=disabled KOREBUILD_TEST_DNXCORE=true NO_PARALLEL_TEST_PROJECTS=Microsoft.AspNet.Mvc.FunctionalTests
- KOREBUILD_DNU_RESTORE_CORECLR=true MONO_THREADS_PER_CPU=2000 MONO_MANAGED_WATCHER=disabled KOREBUILD_TEST_DNXCORE=true
mono:
- 4.0.5
os: