Skip to content

Instantly share code, notes, and snippets.

@carlqt
Created December 7, 2014 08:27
Show Gist options
  • Save carlqt/4bbc243cd86f95da2f86 to your computer and use it in GitHub Desktop.
Save carlqt/4bbc243cd86f95da2f86 to your computer and use it in GitHub Desktop.
Sample YAML file
machine:
ruby:
version: 2.0.0-p247
test:
override:
# - bundle exec rspec --format documentation --color --pattern "**/*_spec.rb, ../engines/**/spec/**/*_spec.rb"
- bundle exec rspec --format documentation --color:
parallel: true
files:
- spec/**/*_spec.rb
- engines/**/spec/**/*_spec.rb
general:
artifacts:
- "log/test.log" # relative to the build directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment