File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ variables:
11
11
steps :
12
12
- task : UseRubyVersion@0
13
13
inputs :
14
- versionSpec : ' >= 2.5 '
14
+ versionSpec : ' 2.4.3 '
15
15
16
- - script : gem install bundler
17
- displayName : ' Install bundler'
16
+ - script : gem install bundler ffi:1.10.0
17
+ displayName : ' Gem install bundler and ffi for Windows environment '
18
18
19
19
- script : bundle install --retry=3 --jobs=4
20
20
displayName : ' Call bundle install'
21
21
22
22
- script : gem uninstall --force eventmachine && gem install eventmachine --platform ruby
23
23
displayName : ' bundle re-install eventmachine for Windows because of Windows environment issue'
24
24
25
- - script : bundle exec parallel_test test/unit/ -n 4
26
- displayName : ' bundle exec parallel_test test/unit/ -n 4'
25
+ - script : parallel_test test/unit/ -n 4
26
+ displayName : ' Run parallel_test test/unit/ -n 4'
You can’t perform that action at this time.
0 commit comments