Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stable'
Browse files Browse the repository at this point in the history
* origin/stable:
  (maint) Archive spec_order.txt on appveyor failures
  • Loading branch information
Iristyle committed May 20, 2015
2 parents 74a0950 + dbc7e0f commit 195a755
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ init:
- SET
install:
- SET PATH=C:\Ruby21-x64\bin;%PATH%
- SET LOG_SPEC_ORDER=true
- gem install bundler --quiet --no-ri --no-rdoc
- bundle install --jobs 4 --retry 2 --without development
- type Gemfile.lock
- ruby -v
build: off
test_script:
- bundle exec rspec spec
on_failure:
- appveyor PushArtifact .\spec_order.txt
notifications:
- provider: Email
to:
Expand Down

0 comments on commit 195a755

Please sign in to comment.