teamcapybara--capybara/appveyor.yml

26 lines
405 B
YAML
Raw Normal View History

2018-03-16 18:10:31 +00:00
version: 1.0.{build}-{branch}
cache:
- vendor/bundle
environment:
matrix:
- RUBY_VERSION: 25
CAPYBARA_FF: true
- RUBY_VERSION: 22
install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- cinst Firefox GoogleChrome
- bundle config --local path vendor/bundle
- bundle install
build: off
before_test:
- ruby -v
- gem -v
- bundle -v
test_script:
- bundle exec rake travis