Skip to content

Commit

Permalink
travis: remove jemalloc tests
Browse files Browse the repository at this point in the history
We confirmed that they work well.
  • Loading branch information
kou committed Mar 12, 2015
1 parent fbe8750 commit 13b81e6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ compiler:
env:
- BUILD_TOOL=autotools
- BUILD_TOOL=autotools ENABLE_MRUBY=yes
- BUILD_TOOL=autotools ENABLE_JEMALLOC=yes
- BUILD_TOOL=autotools ENABLE_MRUBY=yes ENABLE_JEMALLOC=yes
- BUILD_TOOL=autotools CFLAGS=-funsigned-char CXXFLAGS=-funsigned-char
- BUILD_TOOL=cmake
- BUILD_TOOL=cmake ENABLE_MRUBY=yes
Expand Down
3 changes: 0 additions & 3 deletions tools/travis-before-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ case "${BUILD_TOOL}" in
if [ "$ENABLE_MRUBY" = "yes" ]; then
configure_args="${configure_args} --with-ruby --enable-mruby"
fi
if [ "$ENABLE_JEMALLOC" = "yes" ]; then
configure_args="${configure_args} --with-jemalloc"
fi

./configure --prefix=${prefix} --with-ruby ${configure_args}
;;
Expand Down
3 changes: 0 additions & 3 deletions tools/travis-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ case "${TRAVIS_OS_NAME}" in
libmecab-dev \
mecab-naist-jdic \
cmake
if [ "${ENABLE_JEMALLOC}" = "yes" ]; then
sudo apt-get install -qq -y libjemalloc-dev
fi
;;
osx)
brew install \
Expand Down

0 comments on commit 13b81e6

Please sign in to comment.