Sha256: 5bf685bc30dd06a301286f0bf71fb0e95ed7328d87bffd284e1db1849c189217
Contents?: true
Size: 636 Bytes
Versions: 6
Compression:
Stored size: 636 Bytes
Contents
before_install: - "echo '--colour' > ~/.rspec" - "echo 'gem: --no-document' > ~/.gemrc" - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start before_script: - cp .sample.env .env <% if options[:database] == 'postgresql' %> - psql -c 'create database "<%= app_name %>_test";' -U postgres <% end %> branches: only: - master cache: - bundler language: - ruby notifications: campfire: on_failure: - always on_success: - change template: - '(%{branch} - %{author}): %{message} - %{build_url}' email: - false rvm: - <%= Suspenders::RUBY_VERSION %> addons: postgresql: "9.3"
Version data entries
6 entries across 6 versions & 2 rubygems