Skip to content

Commit 58aaad3

Browse files
committed
travis: Skip bluez and nis for now due to post-install script issues
Setting up bluez (4.98-2ubuntu7.2) ... reload: Not running invoke-rc.d: initscript dbus, action "force-reload" failed. initctl: Unknown job: udev reload: Unknown job: udev invoke-rc.d: initscript udev, action "reload" failed. start: Job failed to start invoke-rc.d: initscript bluetooth, action "start" failed. dpkg: error processing bluez (--configure): subprocess installed post-installation script returned error exit status 1 Setting up nis (3.17-32ubuntu4.1) ... start: Job failed to start invoke-rc.d: initscript ypbind, action "start" failed. dpkg: error processing nis (--configure): subprocess installed post-installation script returned error exit status 1
1 parent d8cb128 commit 58aaad3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ addons:
2424
- aspell
2525
- bc
2626
- bind9-host
27-
- bluez
27+
# post-installation script issues in Travis? (udev, dbus initscripts)
28+
#- bluez
2829
- bridge-utils
2930
- bsdgames
3031
- cfengine2
@@ -109,7 +110,8 @@ addons:
109110
- nethogs
110111
- network-manager
111112
- nfs-common
112-
- nis
113+
# post-installation script issues in Travis? (ypbind initscripts)
114+
#- nis
113115
- ntpdate
114116
- open-iscsi-utils
115117
- openswan

0 commit comments

Comments
 (0)