Created
December 7, 2014 08:27
-
-
Save carlqt/4bbc243cd86f95da2f86 to your computer and use it in GitHub Desktop.
Sample YAML file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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