Sha256: 8094b66959530de7cbec6da9abedd24ced2566ee5e65f84deef5bbdc8299c87a
Contents?: true
Size: 633 Bytes
Versions: 29
Compression:
Stored size: 633 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: - <%= Jetfuel::RUBY_VERSION %> addons: postgresql: "9.3"
Version data entries
29 entries across 29 versions & 1 rubygems