Commit Graph

12 Commits

Author SHA1 Message Date
Josh Hagins b9b1a7f807 Add `style` subcommand to run RuboCop against args 2016-01-16 18:19:31 -05:00
Josh Hagins 8aebfef7d7 Further Travis optimizations 2016-01-08 09:05:31 -05:00
Josh Hagins 7418d976da Run RuboCop outside of rake
Should fix the currently broken Travis builds.
2016-01-08 08:21:30 -05:00
Josh Hagins 0486c1baa1 Travis: skip test suite if only casks are modified 2016-01-08 05:34:21 -05:00
Josh Hagins a76c4cd568 Properly set TRAVIS_COMMIT_RANGE using git merge-base 2016-01-07 03:52:43 -05:00
Josh Hagins f671f30920 Travis: run audit and style check before tests
Audit and RuboCop are more likely to fail, and finish more quickly than
the test suite.
2016-01-06 13:28:32 -05:00
Josh Hagins 0bdaa4a906 Allow coveralls:push rake task to fail 2016-01-04 17:47:02 -05:00
Josh Hagins 0c548100fd Reorganize rake testing tasks
* Move 'rspec' and 'minitest' tasks under the 'test' namespace
* Create separate 'coverage' task for generating coverage reports
  from tests
2016-01-04 16:59:13 -05:00
Josh Hagins 7facf8f73a Use first parent of last commit as diff base if no PR 2015-12-31 19:05:01 -05:00
Josh Hagins 71e3cdd201 Pass TRAVIS_BRANCH tip rev explicitly to audit_modified_casks 2015-12-31 18:44:26 -05:00
Josh Hagins 93873eeb76 Only audit cask changes if testing a PR 2015-12-31 03:23:11 -05:00
Josh Hagins 54ee86afa0 Extract travis build logic into scripts 2015-12-31 02:54:22 -05:00