Commit Graph

24 Commits

Author SHA1 Message Date
N. Taylor Mullen 42bf7e981c Update .travis.yml osx image to xcode7.3. 2016-12-08 10:04:45 -08:00
Doug Bunting c5d7fa63cc Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- `KOREBUILD_TEST_DNXCORE` env variable isn't used anymore
- no need for icu4c w/ current `dotnet` builds
2016-09-04 20:01:12 -07:00
BrennanConroy f7e95751d8 Update .travis.yml 2016-08-02 13:05:14 -07:00
Cesar Blum Silveira 9963359087 Fix OSX build on Travis. 2016-05-27 14:54:16 -07:00
Nate McMaster 52ab065942 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:49 -08:00
Nate McMaster 0e2b647247 Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:12 -08:00
ryanbrandenburg 8746fae12e * Disable tests on mono 2016-03-07 09:44:01 -08:00
Pranav K 5b805bb12d Updating to use cli
Fixes #3908
2016-02-22 17:49:51 -08:00
N. Taylor Mullen 3be7fbdf9f Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:18:33 -08:00
Kiran Challa e8ab079b06 Revert "Run functional tets in parallel"
This reverts commit 0ac3e9d3a4.
2015-12-16 06:44:41 -08:00
Kiran Challa 0ac3e9d3a4 Run functional tets in parallel 2015-12-15 16:05:50 -08:00
Pranav K 3a7c9c73ed Enabling CoreCLR tests on Travis 2015-12-09 15:20:15 -08:00
Doug Bunting 0b0defe446 Small .travis.yml update: Consolidate `brew` commands under a single `if` 2015-11-17 14:55:07 -08:00
Doug Bunting 94a4c8e3f4 Execute `dnu restore` with .NET Core and use Mono 4.0.5
- upgrade Linux to Trusty (Ubuntu 14.04) distribution, where .NET Core is supported
  - also start testing with .NET Core xplat
- Mono beta is now 4.2.1 which doesn't work with `nuget.exe`
  - see also aspnet/External#48
2015-11-17 09:43:43 -08:00
N. Taylor Mullen 162e0b960d Remove travis OSX work around for surpassing max file limit 2015-09-21 12:53:11 -07:00
N. Taylor Mullen e04c7c77ed Update `.travis.yml` to run on OSX.
- Added `MONO_THREADS_PER_CPU=2000` and `MONO_MANAGED_WATCHER=disabled` environment variables to ensure `dnu restore` completes successfully.
2015-09-10 12:45:29 -07:00
N. Taylor Mullen 581d738732 Try beta 2015-08-26 12:52:30 -07:00
N. Taylor Mullen 0d9d01381c Test 2015-08-26 12:51:19 -07:00
N. Taylor Mullen 53b72f65f4 Force mono to specific version.
- Mono just pushed a change to their alpha feed that looks to have broken several MVC tests. As an interim fix specifying the version will ensure MVC builds on travis.
2015-08-26 12:48:35 -07:00
sornaks 68523a3550 Fixing tests in Mono.
- Disabling tests which have corresponding bugs in mono.
- Fixing a few tests which do not handle *nix file system.
- Updating Travis configuration to use mono's alpha bits.
- Introducing PlatformNormalizer to normalize content across multiple platforms.
2015-07-02 17:24:14 -07:00
N. Taylor Mullen 8ec28463fc Update .travis.yml to use working version of mono.
- Non 3.12.0 versions cause unexpected end of file stream exception.
2015-05-13 16:34:20 -07:00
N. Taylor Mullen 03dabb5950 Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:16:05 -07:00
N. Taylor Mullen 7aa73bb294 Turn off sudo for .travis.yml. 2015-04-01 17:06:59 -07:00
N. Taylor Mullen 2de7c173ab Add travis and appveyor CI support. 2015-04-01 15:53:39 -07:00