Skip to content

Commit ea949f1

Browse files
committed
Travis CI: Start openafs after module installation
1 parent 50dbc41 commit ea949f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ else
2323
if [[ $OPTION == 'modern' ]]; then
2424
# Install package dependencies for Linux:
2525
sudo apt-get install -y libusb-1.0-0 libusb-1.0-0-dev python3.4 python-numpy cmake qt5-default linux-generic linux-headers-$(uname -r) openafs-client openafs-krb5
26+
sudo service openafs-client start
2627
else
2728
# Install package dependencies for Linux:
2829
sudo apt-get install -y libusb-1.0-0 libusb-1.0-0-dev python2.7 python-numpy cmake qt4-dev-tools linux-generic linux-headers-$(uname -r) openafs-client openafs-krb5
30+
sudo service openafs-client start
2931
fi
3032

3133
fi

0 commit comments

Comments
 (0)