Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
AppVeyor to test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlinc committed Jan 29, 2015
1 parent e963a99 commit 9adbae0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 0.0.{build}
init:
- gem install bundler --quiet --no-ri --no-rdoc
- gem install foreman --quiet --no-ri --no-rdoc
install:
- bundle install
build: off
test_script:
- START /B foreman start
- bundle exec rake

0 comments on commit 9adbae0

Please sign in to comment.