Specify all required packages in `.travis.yml`

- most seem to be included in current Travis bundles but Trusty support is in Beta
This commit is contained in:
Doug Bunting 2015-11-17 16:33:20 -08:00
parent 82b1238b27
commit 7e8a405917
1 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,12 @@ dist: trusty
addons:
apt:
packages:
- libunwind8
- gettext
- libcurl4-openssl-dev
- libicu-dev
- libssl-dev
- libunwind8
- zlib1g
env:
- KOREBUILD_DNU_RESTORE_CORECLR=true KOREBUILD_TEST_DNXCORE=true
install: