зеркало из
1
0
Форкнуть 0

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
This commit is contained in:
Doug Bunting 2015-11-17 12:35:14 -08:00
Родитель b532f89079
Коммит e7e187abc4
1 изменённых файлов: 13 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,17 @@
language: csharp
sudo: false
sudo: required
dist: trusty
addons:
apt:
packages:
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
env:
- KOREBUILD_DNU_RESTORE_CORECLR=true
mono:
- 4.0.5
script: