wohali commented on a change in pull request #753: run mango tests on travis URL: https://github.com/apache/couchdb/pull/753#discussion_r133206384
########## File path: .travis.yml ########## @@ -35,6 +36,9 @@ cache: # logfile uploader credentials env: + matrix: + - COMMAND=check + - COMMAND=mango-on-travis Review comment: This is going to explode our tests from currently 4 runs to 8 runs. We're already throttled with the number of simultaneous runs we can have, this is going to increase runtimes for Travis overall to at least double, if not worse. I don't think we need the full crossbar approach. Wouldn't it be better to simply run `make check mango-on-travis` instead? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
