Start versioning images based on dependency versions

Also this removes the Ruby 2.2 images we don't use anyway.
This commit is contained in:
Z.J. van de Weg 2016-09-22 16:56:56 +03:00
parent e1f3488d98
commit d5cecaa7dc
7 changed files with 16 additions and 59 deletions

View file

@ -27,15 +27,10 @@ before_script:
only:
- master
ruby-2.1 test: *test_build
ruby-2.2 test: *test_build
ruby-2.3 test: *test_build
ruby-2.1-git-2.7-phantomjs-2.1 test: *test_build
ruby-2.3-git-2.7-phantomjs-2.1 test: *test_build
www-gitlab-com test: *test_build
ruby-2.1: *build_and_deploy
ruby-2.1-phantomjs2: *build_and_deploy
ruby-2.2: *build_and_deploy
ruby-2.2-phantomjs2: *build_and_deploy
ruby-2.3: *build_and_deploy
ruby-2.3-phantomjs2: *build_and_deploy
ruby-2.1-git-2.7-phantomjs-2.1: *build_and_deploy
ruby-2.3-git-2.7-phantomjs-2.1: *build_and_deploy
www-gitlab-com: *build_and_deploy