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

Version Path
jetfuel-1.19.24 templates/travis.yml.erb
jetfuel-1.19.23 templates/travis.yml.erb
jetfuel-1.19.22 templates/travis.yml.erb
jetfuel-1.19.21 templates/travis.yml.erb
jetfuel-1.19.20 templates/travis.yml.erb
jetfuel-1.19.19 templates/travis.yml.erb
jetfuel-1.19.18 templates/travis.yml.erb
jetfuel-1.19.17 templates/travis.yml.erb
jetfuel-1.19.16 templates/travis.yml.erb
jetfuel-1.19.15 templates/travis.yml.erb
jetfuel-1.19.14 templates/travis.yml.erb
jetfuel-1.19.13 templates/travis.yml.erb
jetfuel-1.19.12 templates/travis.yml.erb
jetfuel-1.19.11 templates/travis.yml.erb
jetfuel-1.19.10 templates/travis.yml.erb
jetfuel-1.19.9 templates/travis.yml.erb
jetfuel-1.19.8 templates/travis.yml.erb
jetfuel-1.19.7 templates/travis.yml.erb
jetfuel-1.19.6 templates/travis.yml.erb
jetfuel-1.19.5 templates/travis.yml.erb