Commit Graph

15 Commits

Author SHA1 Message Date
Nate McMaster c36fcbab2e Update AppVeyor and Travis settings 2017-03-01 18:25:39 -08:00
N. Taylor Mullen f66374d274 Update .travis.yml osx image to xcode7.3. 2016-12-08 10:04:24 -08:00
Doug Bunting 4e2ecf8a63 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- `KOREBUILD_DNU_RESTORE_CORECLR` env variable isn't used anymore
- no need for libuv v1.4.2 w/ current Kestrel packages
2016-09-04 20:25:10 -07:00
BrennanConroy 8b25152a67 Update .travis.yml 2016-08-02 13:07:33 -07:00
Andrew Stanton-Nurse 91e94b1353 automate the autobahn test suite (#101)
However, we only run that automation if the Autobahn test suite runner
(wstest) is installed. After this is in and we can verify it on the CI
we'll look at making it mandatory for building the repo.

Also includes test applications and scripts for running Autobahn suites
against arbitrary ASP.NET 4.6, ASP.NET Core and HttpListener
applications.
2016-07-15 11:54:24 -07:00
Cesar Blum Silveira 20a5d80fca Fix OSX build on Travis. 2016-05-27 11:38:55 -07:00
Nate McMaster 2dba840f94 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:49 -08:00
Nate McMaster 65a9fd2ba9 Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:05 -08:00
Cesar Blum Silveira ce2f823c7d Build with dotnet (#70). 2016-02-04 11:15:27 -08:00
Doug Bunting 042b9d26c6 Move Travis to supported Linux distribution
- use Ubuntu 14.04 (Trusty)
  - Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
2015-11-17 14:43:24 -08:00
Doug Bunting 10012f4ee2 Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 10:33:21 -08:00
David Fowler 412b4b9d69 Use the same libuv install script on travis as kestrel 2015-08-15 03:25:42 -07:00
N. Taylor Mullen dbbf62cb6b Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:18:08 -07:00
N. Taylor Mullen 5b4ddc9082 Turn off sudo for .travis.yml. 2015-04-01 17:09:59 -07:00
N. Taylor Mullen 13eae9bb47 Add travis and appveyor CI support. 2015-04-01 15:59:29 -07:00