Codebase list ruby-http-form-data / debian/2.1.0-2 appveyor.yml
debian/2.1.0-2

Tree @debian/2.1.0-2 (Download .tar.gz)

appveyor.yml @debian/2.1.0-2raw · history · blame

1
2
3
4
5
6
7
8
version: "#{build}"
build: off
install:
  - set PATH=C:\Ruby23\bin;%PATH%
  - bundle install
test_script:
  - bundle exec rake
skip_tags: true