Sha256: 7e901ca696d3c4abca3beb68eba793b77ec4fccb907d41b61b39e69716d21294

Contents?: true

Size: 582 Bytes

Versions: 3

Compression:

Stored size: 582 Bytes

Contents

rvm: 2.0.0

gemfile: 'Gemfile'

before_script: "echo before_script"

before_install: "echo before_install"

script: "RAILS_ENV=test ls -1 && echo DONE!"

after_success: "echo after success"

services: "rabbitmq"

scala: "2.10.3"

jdk: "openjdk7"

image:
  - one
  - two

language: ruby

env:
  global: 'global'
  matrix: 'matrix'

cache:
  directories:
  - ~/.cache

artifacts:
  - ../app/foo.txt
  - /app/*.txt
  - app/
  - prefix: $CI_JOB_ID/

deploy: "cap deploy production"

after_deploy: echo after deploy
before_deploy: echo before deploy

bundler_args: --without development

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vx-builder-0.2.2 spec/fixtures/travis.yml
vx-builder-0.2.1 spec/fixtures/travis.yml
vx-builder-0.2.0 spec/fixtures/travis.yml