Sha256: 7f309e8dcce2f496270e9a57354ba7262fe46eebb2cea5bb694b79600b098718
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
sudo: false language: ruby rvm: - 2.5 - 2.7 env: global: - PGPORT: "5433" jobs: - PGVERSION: "9.6" - PGVERSION: "10" - PGVERSION: "11" - PGVERSION: "12" - PGVERSION: "13" services: - postgresql before_install: - "for CLUSTER_VERSION in $(pg_lsclusters -h | cut -d' ' -f1); do sudo pg_dropcluster $CLUSTER_VERSION main --stop || true; sudo apt-get remove postgresql-client-$CLUSTER_VERSION postgresql-client-common || true; done" - sudo apt-get update - sudo apt-get -y install postgresql-$PGVERSION postgresql-server-dev-$PGVERSION postgresql-contrib-$PGVERSION postgresql-client-$PGVERSION postgresql-client-common - sudo pg_dropcluster $PGVERSION main --stop || true - sudo pg_createcluster $PGVERSION main -D /var/ramfs/postgresql/$PGVERSION/main -- --auth=trust - sudo pg_ctlcluster start $PGVERSION main - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true - gem install bundler gemfile: - gemfiles/rails_5.1.gemfile - gemfiles/rails_5.2.gemfile - gemfiles/rails_6.0.gemfile - gemfiles/rails_6.1.gemfile script: "bundle exec rake spec"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pg_column_byte_packer-1.2.0 | .travis.yml |