Merge branch 'endless' of repo.fo.am:foam/space into endless

This commit is contained in:
nik gaffney 2020-11-05 12:16:17 +01:00
commit 424a061ecc

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