Sha256: 52555f33bc48b406406f4d32baf276350bfea56a1ebf7bb5e40fd9ccd0d047f3
Contents?: true
Size: 486 Bytes
Versions: 1
Compression:
Stored size: 486 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: email: - false rvm: - <%= Shoelaces::RUBY_VERSION %> addons: postgresql: "9.3"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoelaces-0.1.0 | templates/travis.yml.erb |