Navigation Menu

Skip to content

Commit

Permalink
travis: use if
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 7, 2015
1 parent a43d428 commit 00a92a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -15,4 +15,6 @@ env:
before_install:
- curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
- |
[ "${GROONGA_MASTER}" != "yes" ] && sudo apt-get -qq -y install groonga-tokenizer-mecab
if [ "${GROONGA_MASTER}" != "yes" ]; then
sudo apt-get -qq -y install groonga-tokenizer-mecab
fi

0 comments on commit 00a92a7

Please sign in to comment.