From 7e8a4059174c45c404ad67d2dbd78ef135f56e1a Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Tue, 17 Nov 2015 16:33:20 -0800 Subject: [PATCH] Specify all required packages in `.travis.yml` - most seem to be included in current Travis bundles but Trusty support is in Beta --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 08e745f9ae..e9a98166a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: