Navigation Menu

Skip to content

Commit

Permalink
travis: remove debug commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 10, 2012
1 parent c382ed2 commit f2ca3dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -19,6 +19,4 @@ before_script:
- tools/travis_before_script.sh
script:
- test/run-unit-test.sh
- ldd .libs/ha_mroonga.so
- nm .libs/ha_mroonga.so
- test/run-sql-test.sh
1 change: 0 additions & 1 deletion tools/travis_before_script.sh
Expand Up @@ -23,7 +23,6 @@ else
ln -s mysql-${MYSQL_VERSION} mysql
cd mysql
BUILD/compile-amd64-max
strings sql/mysqld | grep plugin_unlock
cd ..
fi
cd ..
Expand Down

0 comments on commit f2ca3dc

Please sign in to comment.