Commit 68e0741c authored by Fabio Pelosin's avatar Fabio Pelosin

[Travis] Install Mercurial (link)

parent 146b1c1b
...@@ -6,6 +6,7 @@ env: ...@@ -6,6 +6,7 @@ env:
before_install: before_install:
- source ~/.rvm/scripts/rvm && rvm use $RVM_RUBY_VERSION - source ~/.rvm/scripts/rvm && rvm use $RVM_RUBY_VERSION
- brew install mercurial - brew install mercurial
- brew link mercurial
install: eval $RUBY_VERSION_SPECIFIC && rake bootstrap[use_bundle_dir] install: eval $RUBY_VERSION_SPECIFIC && rake bootstrap[use_bundle_dir]
script: bundle exec rake spec:ci script: bundle exec rake spec:ci
notifications: notifications:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment