Enable CoreCLR tests on Travis
This commit is contained in:
parent
2a301691db
commit
65e63c893b
|
|
@ -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
|
||||
- KOREBUILD_DNU_RESTORE_CORECLR=true MONO_THREADS_PER_CPU=2000 KOREBUILD_TEST_DNXCORE=true
|
||||
mono:
|
||||
- 4.0.5
|
||||
os:
|
||||
|
|
|
|||
Loading…
Reference in New Issue