Navigation Menu

Skip to content

Commit

Permalink
travis: disable "set -x"
Browse files Browse the repository at this point in the history
Because it is for debug.
  • Loading branch information
kou committed Oct 23, 2012
1 parent 712badb commit 206014c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/travis/before_script.sh
@@ -1,6 +1,6 @@
#!/bin/sh

set -x
# set -x
set -e

touch NEWS # For old automake
Expand Down
2 changes: 1 addition & 1 deletion tools/travis/install.sh
@@ -1,6 +1,6 @@
#!/bin/sh

set -x
# set -x
set -e

curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
Expand Down
2 changes: 1 addition & 1 deletion tools/travis/script.sh
@@ -1,6 +1,6 @@
#!/bin/sh

set -x
# set -x
set -e

base_dir="$(cd $(dirname $0); pwd)"
Expand Down

0 comments on commit 206014c

Please sign in to comment.