Skip to content

Commit

Permalink
Install tarantool 1.10 from brew directly
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Dec 31, 2018
1 parent 522c73e commit d2a6360
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/travis-before-install-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [[ "${TARANTOOL_VERSION}" != "none" ]]; then
if [[ "${TARANTOOL_VERSION}" == "2_x" ]]; then
brew install .ci/tarantool.rb --HEAD
else
brew install .ci/tarantool.rb
brew install tarantool
# brew install .ci/tarantool.rb
fi
fi

0 comments on commit d2a6360

Please sign in to comment.