Sha256: 5ce18909860ed2fec6d2747f24b3b2f46bd2a47cede0c4da38de3dd8486e080b

Contents?: true

Size: 222 Bytes

Versions: 5

Compression:

Stored size: 222 Bytes

Contents

language: ruby

#travis workaround for bundler failing on 1.8.7
before_install:
  - gem update --system 2.1.11
  - gem --version

install:
  - bundle install

rvm:
  - 2.1.1
  - 2.0.0
  - 1.9.3
  - 1.8.7

script: rake ci

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xcpretty-0.1.12 .travis.yml
xcpretty-0.1.11 .travis.yml
xcpretty-0.1.10 .travis.yml
xcpretty-0.1.9 .travis.yml
xcpretty-0.1.8 .travis.yml