Skip to content

Commit acb3679

Browse files
author
João M. D. Moura
committed
updating appveyor.yml for better ouput
1 parent 58968eb commit acb3679

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ environment:
1515

1616
install:
1717
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
18+
- ruby --version
19+
- gem --version
1820
- gem install bundler
21+
- bundler --version
1922
- bundle install --retry=3
2023

2124
test_script:
22-
- RAILS_ENV=test bundle exec rake
25+
- bundle exec rake
2326

2427
build: off

0 commit comments

Comments
 (0)