Skip to content

Commit

Permalink
CI: Add a .rspec.travis file with progress format & random order
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeg committed Apr 3, 2017
1 parent 609ff2e commit b22c1c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rspec.travis
@@ -0,0 +1,3 @@
--format progress
--color
--order rand
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -8,3 +8,5 @@ rvm:
before_install: gem install bundler -v 1.14.6
bundler_args: --without local
script: bundle exec rake ci
before_script:
- cp -f .rspec.travis .rspec

0 comments on commit b22c1c1

Please sign in to comment.