Sha256: 538b2b90870bf5c265317696f72fa17182b52c98906d8cd5a88303e00d874134

Contents?: true

Size: 263 Bytes

Versions: 2

Compression:

Stored size: 263 Bytes

Contents

before_script:
  - apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs
  - ruby -v
  - which ruby
  - gem install bundler rake --no-ri --no-rdoc
  - bundle install --jobs $(nproc)  "${FLAGS[@]}"

rspec:
  script:
    - bundle exec rake spec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
soaspec-0.0.37 .gitlab-ci.yml
soaspec-0.0.36 .gitlab-ci.yml