Navigation Menu

Skip to content

Commit

Permalink
travis: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2014
1 parent bbccbb4 commit 6f0ccf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/travis/setup.sh
Expand Up @@ -15,7 +15,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

set -x
# set -x
set -e

if [ "$GROONGA_MASTER" = "yes" ]; then
Expand All @@ -32,7 +32,6 @@ else
sudo apt-get purge libzmq3

distribution=$(lsb_release --short --id | tr 'A-Z' 'a-z')
echo "distribution: <$distribution>"
case $distribution in
debian)
code_name=$(lsb_release --short --codename)
Expand Down

0 comments on commit 6f0ccf1

Please sign in to comment.