Commit Graph

20 Commits

Author SHA1 Message Date
Josh Hagins 8eea303cab travis: notify if no casks modified 2016-10-19 11:04:38 -04:00
Vítor Galvão d7b4ae8825 script.sh: remove extraneous line 2016-09-08 13:10:59 +01:00
Anastasia Sulyagina 0ec06e9a95 Cask core code moved to Homebrew (#23852) 2016-08-19 16:53:18 +02:00
Joshua Hagins 25ca2eb7c9 brew-cask-tests: specify test suite to run with flag (#23484) 2016-08-05 20:26:48 -04:00
Mike McQuaid 9cb7617a6f Remove more Homebrew-duplicated code. (#23359) 2016-08-02 15:25:36 -04:00
Josh Hagins a9a0cb27a1 Make audit_modified_casks an internal cmd (#22826) 2016-07-15 13:09:10 -04:00
Josh Hagins 9ac460b3b4 travis: update rvm to head before running (#22774)
* travis: update rvm to head before running

See https://github.com/rvm/rvm/pull/3627

* Don't set nounset in Travis scripts

It hasn't helped so far, and it's causing headaches with Travis' own
scripts. Not worth it.
2016-07-14 18:16:10 -04:00
Markus Reiter 11eedac599 Core Code Cleanup 2016-07-05 02:29:10 -04:00
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