Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 7e8a405

Browse files
committed
Specify all required packages in .travis.yml
- most seem to be included in current Travis bundles but Trusty support is in Beta
1 parent 82b1238 commit 7e8a405

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ dist: trusty
44
addons:
55
apt:
66
packages:
7-
- libunwind8
7+
- gettext
8+
- libcurl4-openssl-dev
9+
- libicu-dev
10+
- libssl-dev
11+
- libunwind8
12+
- zlib1g
813
env:
914
- KOREBUILD_DNU_RESTORE_CORECLR=true KOREBUILD_TEST_DNXCORE=true
1015
install:

0 commit comments

Comments
 (0)