Sha256: 80df1d76d34fda39c2b2b5d1491af21a8b800f476b464e3aa1c200cd9cbdf23c
Contents?: true
Size: 608 Bytes
Versions: 1
Compression:
Stored size: 608 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 %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
suspenders-1.11.0 | templates/travis.yml.erb |