Sha256: 6cd227fad71d250f57f56393ff03e7a47636a7bdd015f2879a7acb13b17a8c1d

Contents?: true

Size: 486 Bytes

Versions: 5

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:
  - <%= Jumpstart::RUBY_VERSION %>
addons:
  postgresql: "9.3"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ajmalafif-jumpstart-1.18.8 templates/travis.yml.erb
ajmalafif-jumpstart-1.18.7 templates/travis.yml.erb
ajmalafif-jumpstart-1.18.6 templates/travis.yml.erb
ajmalafif-jumpstart-1.18.5 templates/travis.yml.erb
ajmalafif-jumpstart-1.18.4 templates/travis.yml.erb