Skip to content

Commit 77eb6d8

Browse files
committed
Only enabled macOS environment
1 parent 72ffa2e commit 77eb6d8

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,4 @@
11
jobs:
2-
- job: Linux
3-
pool:
4-
vmImage: 'ubuntu-16.04'
5-
strategy:
6-
matrix:
7-
ruby 2.3:
8-
ruby_version: '2.3.7'
9-
ruby 2.4:
10-
ruby_version: '2.4.4'
11-
ruby 2.5:
12-
ruby_version: '2.5.1'
13-
steps:
14-
- task: UseRubyVersion@0
15-
inputs:
16-
versionSpec: $(ruby_version)
17-
- script: |
18-
gem install bundler
19-
bundle install --retry=3 --jobs=4
20-
displayName: 'bundle install'
21-
- script: ruby -Ilib exe/rake
22-
displayName: 'ruby -Ilib exe/rake'
23-
242
- job: macOS
253
pool:
264
vmImage: 'macos-10.13'
@@ -31,23 +9,3 @@ jobs:
319
displayName: 'bundle install'
3210
- script: ruby -Ilib exe/rake
3311
displayName: 'ruby -Ilib exe/rake'
34-
35-
- job: Windows
36-
pool:
37-
vmImage: 'vs2017-win2016'
38-
strategy:
39-
matrix:
40-
ruby 2.4:
41-
ruby_version: '2.4.3'
42-
ruby 2.5:
43-
ruby_version: '2.5.0'
44-
steps:
45-
- task: UseRubyVersion@0
46-
inputs:
47-
versionSpec: $(ruby_version)
48-
- script: |
49-
gem install bundler
50-
bundle install --retry=3 --jobs=4
51-
displayName: 'bundle install'
52-
- script: ruby -Ilib exe/rake
53-
displayName: 'ruby -Ilib exe/rake'

0 commit comments

Comments
 (0)