do not test all rubies every time

This commit is contained in:
HoneyryderChuck 2018-03-11 01:03:13 +00:00
parent 0df3803f84
commit 278c5a4e26

View File

@ -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