Delete .gitlab-ci.yml

This commit is contained in:
nik gaffney 2020-11-05 11:11:54 +00:00
parent f8221e6648
commit 9ccd74c514

View file

@ -1,12 +0,0 @@
default:
image: ruby:2.7
before_script:
- ruby -v
- which ruby
- gem install bundler --no-document
- bundle install --jobs $(nproc) "${FLAGS[@]}"
rspec:
script:
- rake all