Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Add appveyor test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Ransom Briggs committed Sep 8, 2016
1 parent 1d746f4 commit e479b39
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
install:
- set PATH=C:\Ruby21\bin;%PATH%
- bundle install

build: off

before_test:
- ruby -v
- gem -v
- bundle -v

test_script:
- bundle exec rake
6 changes: 4 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@

require "rubygems"

require "coveralls"
Coveralls.wear!
unless ENV['APPVEYOR'] == 'True'
require "coveralls"
Coveralls.wear!
end

require "excon"

Expand Down

0 comments on commit e479b39

Please sign in to comment.