Sha256: dbf285c75b93bd8bc3f177ce263ba61cabbed0f6ca30b2c3cf44e0b01799e317
Contents?: true
Size: 987 Bytes
Versions: 1
Compression:
Stored size: 987 Bytes
Contents
language: ruby dist: bionic os: - linux - osx cache: bundler: true npm: true directories: - "~/.pnpm-store" rvm: - 2.4.10 - 2.5.5 - 2.6.5 - 2.7.0 - ruby-head gemfile: - gemfiles/Gemfile-rails.5.2.x - gemfiles/Gemfile-rails.6.0.x addons: homebrew: packages: - postgresql before_install: - gem install rubygems-update && update_rubygems - yes | rvm @global do gem install bundler -v 2.1.4 || true - nvm install --lts - curl -L https://raw.githubusercontent.com/pnpm/self-installer/master/install.js | node - pnpm config set store-dir ~/.pnpm-store - bundle config set path 'vendor/bundle' install: - bundle install --jobs 3 --retry 3 - pnpm install --frozen-lockfile script: - bundle exec rubocop - bundle exec ruby ./bin/pig new test/test_app jobs: fast_finish: true allow_failures: - rvm: ruby-head exclude: - rvm: 2.4.10 gemfile: gemfiles/Gemfile-rails.6.0.x
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
practical-pig-1.0.0 | .travis.yml |