Sha256: 7143a9e7fe5330630b0808143b5b259608cba0cc6592b7e175d3748fbbe669ed

Contents?: true

Size: 487 Bytes

Versions: 10

Compression:

Stored size: 487 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:
  - <%= Suspenders::RUBY_VERSION %>
addons:
  postgresql: "9.3"

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
suspenders-1.19.0 templates/travis.yml.erb
welaika-suspenders-2.0.0 templates/travis.yml.erb
welaika-suspenders-2.0.0.pre templates/travis.yml.erb
ajmalafif-suspenders-1.18.2 templates/travis.yml.erb
ajmalafif-suspenders-1.18.1 templates/travis.yml.erb
ajmalafif-suspenders-1.18.0 templates/travis.yml.erb
suspenders-1.18.0 templates/travis.yml.erb
suspenders-1.17.0 templates/travis.yml.erb
suspenders-1.16.0 templates/travis.yml.erb
suspenders-1.15.0 templates/travis.yml.erb