Skip to content

Commit

Permalink
travis: enable CMake build
Browse files Browse the repository at this point in the history
Because we support CMake 2.6.4 or later again.
  • Loading branch information
kou committed Feb 12, 2014
1 parent 8e0f749 commit b980fd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -8,8 +8,7 @@ compiler:
env:
- BUILD_TOOL=autotools
- BUILD_TOOL=autotools ENABLE_MRUBY=yes
# CMake 2.8.8 or higher is required but CMake 2.8.7 is installed on Travis CI...
# - BUILD_TOOL=cmake
- BUILD_TOOL=cmake
install:
- curl https://raw.github.com/clear-code/cutter/master/data/travis/setup.sh | sh
- sudo apt-get install -qq -y autotools-dev zlib1g-dev liblzo2-dev libmsgpack-dev libevent-dev libmecab-dev mecab-naist-jdic cmake
Expand Down

0 comments on commit b980fd8

Please sign in to comment.