Skip to content

Instantly share code, notes, and snippets.

@smostovoy
Created June 5, 2015 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smostovoy/2cc913f7397edf4415af to your computer and use it in GitHub Desktop.
Save smostovoy/2cc913f7397edf4415af to your computer and use it in GitHub Desktop.
cicrcleci config for
#https://circleci.com/docs/parallel-manual-setup
test:

override:

- bundle exec rspec:

parallel: "if [ `git rev-parse --symbolic-full-name --abbrev-ref HEAD` != master ]; then echo true; else echo false; fi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment