homebrew-cask/ci/travis
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
..
README.md Extract travis build logic into scripts 2015-12-31 02:54:22 -05:00
before_install.sh Extract travis build logic into scripts 2015-12-31 02:54:22 -05:00
before_script.sh Extract travis build logic into scripts 2015-12-31 02:54:22 -05:00
helpers.sh Allow brew-upgrade to fail, we don't need it 2015-12-31 20:33:36 -05:00
install.sh Travis: add helpers for brew install and upgrade 2015-12-31 18:44:47 -05:00
script.sh Travis: run audit and style check before tests 2016-01-06 13:28:32 -05:00

README.md

Travis-CI Scripts

The bash scripts in this directory are run only in Travis-CI, and are placed here to help simplify the .travis.yml configuration file.

These scripts are not meant to be run locally by users or developers of Homebrew-Cask.