Sha256: 68576e8d4f31c8d9e5356c54c8a91f0f8eb7d7ad099ab7a113d00b39820ea652

Contents?: true

Size: 470 Bytes

Versions: 3

Compression:

Stored size: 470 Bytes

Contents

language: ruby

install: bundle install --without development production --deployment --jobs=3 --retry=3
addons:
  postgresql: "9.3"
before_script:
  - psql -c 'create database "<%= app_name %>_test";' -U postgres
  - cp config/database.yml.travis config/database.yml
  - cp config/application.yml.travis config/application.yml

# Replace YOUR_TOKEN with your Code Climate repo token to get test coverage stats
script: CODECLIMATE_REPO_TOKEN=YOUR_TOKEN bundle exec rake

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bluebase-1.1.0 templates/.travis.yml.erb
bluebase-1.0.1 templates/.travis.yml.erb
bluebase-1.0.0 templates/.travis.yml.erb