Sha256: 6bcf80662db6d9b889656c2267226d7ef656e402d6f34e5473894569d09ae4f2

Contents?: true

Size: 645 Bytes

Versions: 8

Compression:

Stored size: 645 Bytes

Contents

language: ruby
cache: bundler
stages:
  - unit
  - name: integration
    if: type = api
jobs:
  include:
    - stage: unit
      script: bundle exec rake test:unit
      rvm:
        - 2.2
        - jruby-9.1.7
    - stage: integration
      script: |
              bundle exec rake -f lcm.rake docker:build
              bundle exec rake -f lcm.rake docker:bundle
              bundle exec rake -f lcm.rake test:integration:docker
      rvm:
        - jruby-9.1.7
    - stage: integration
      script: bundle exec rake test:sdk
      rvm: jruby-9.1.7
    - stage: integration
      script: bundle exec rake test:project
      rvm: jruby-9.1.7

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
gooddata-1.3.1-java .travis.yml
gooddata-1.3.1 .travis.yml
gooddata-1.3.0-java .travis.yml
gooddata-1.3.0 .travis.yml
gooddata-1.2.1-java .travis.yml
gooddata-1.2.1 .travis.yml
gooddata-1.2.0-java .travis.yml
gooddata-1.2.0 .travis.yml