mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-09-04 00:01:02 -04:00
do not test all rubies every time
This commit is contained in:
parent
0df3803f84
commit
278c5a4e26
@ -20,14 +20,20 @@ test_ruby21:
|
||||
script:
|
||||
./spec.sh ruby 2.1
|
||||
test_ruby22:
|
||||
only:
|
||||
- master
|
||||
stage: test
|
||||
script:
|
||||
./spec.sh ruby 2.2
|
||||
test_ruby23:
|
||||
only:
|
||||
- master
|
||||
stage: test
|
||||
script:
|
||||
./spec.sh ruby 2.3
|
||||
test_ruby24:
|
||||
only:
|
||||
- master
|
||||
stage: test
|
||||
script:
|
||||
./spec.sh ruby 2.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user