Skip to content

Commit f17158c

Browse files
authored
Merge pull request #716 from MSP-Greg/av-img-2.6
appveyor.yml - add VS image info to build log, Ruby 2.6 [skip travis]
2 parents b94d0d9 + b964966 commit f17158c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test_script:
2222
- rake
2323

2424
on_finish:
25-
- ruby -v
25+
- "echo Build Image %APPVEYOR_BUILD_WORKER_IMAGE% & ruby -v"
2626

2727
deploy: off
2828

@@ -35,6 +35,6 @@ environment:
3535
- ruby_version: 24-x64
3636
- ruby_version: 25
3737
- ruby_version: 25-x64
38-
#- ruby_version: 26
39-
#- ruby_version: 26-x64
38+
- ruby_version: 26
39+
- ruby_version: 26-x64
4040
- ruby_version: _trunk

0 commit comments

Comments
 (0)