travis: comment dependency packages in full example

This commit is contained in:
Ralph Lange
2019-10-22 14:41:58 +02:00
parent fe7647545d
commit 7c7f16181c

View File

@@ -16,11 +16,15 @@ env:
addons:
apt:
packages:
# for all EPICS builds
- libreadline6-dev
- libncurses5-dev
- perl
# for clang compiler
- clang
# for mingw builds (32bit and 64bit)
- g++-mingw-w64-i686
# for RTEMS cross builds
- qemu-system-x86
install: