Sha256: a148aeff1641c5e0fc82c3bfee085740cc5be9d0460b1b5df5b0c30ed938f2ae

Contents?: true

Size: 478 Bytes

Versions: 2

Compression:

Stored size: 478 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"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vx-builder-0.1.4 spec/fixtures/travis.yml
vx-builder-0.1.3 spec/fixtures/travis.yml