updating appveyor.yml for better ouput

This commit is contained in:
João M. D. Moura 2015-08-21 01:45:45 -03:00
parent 58968ebe95
commit acb367989c

View File

@ -15,10 +15,13 @@ environment:
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
- gem install bundler
- bundler --version
- bundle install --retry=3
test_script:
- RAILS_ENV=test bundle exec rake
- bundle exec rake
build: off