Skip to content

Commit

Permalink
travis: use quotation for dpkg command
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.redmine.org/redmine/trunk@14829 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
Toshi MARUYAMA committed Nov 7, 2015
1 parent 48143b1 commit f9b2d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ before_install:
fi
- "sudo apt-get update -qq"
- "sudo apt-get --no-install-recommends install bzr cvs git mercurial subversion"
- dpkg -l *mysql*
- dpkg -l '*mysql*'
- if [[ $DB =~ (mariadb|mysql-5\.[67]) ]] ;
then
sudo service mysql stop ;
Expand Down
2 changes: 1 addition & 1 deletion test/travis/install-openldap.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh

DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes slapd ldap-utils
dpkg -l *slapd* *ldap-utils*
dpkg -l '*slapd*' '*ldap-utils*'

TOP_DIR=`dirname $0`/../..

Expand Down

0 comments on commit f9b2d30

Please sign in to comment.