Skip to content

Commit d0e36ca

Browse files
committed
[travis] Install lldb
1 parent 332870b commit d0e36ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ os:
1111
rust:
1212
- nightly
1313

14+
addons:
15+
apt:
16+
packages:
17+
- lldb
18+
1419
script:
1520
- ./prepare.sh
1621
- ./test.sh --release

0 commit comments

Comments
 (0)