Sha256: 3c670e25b35602403e3bdfa7844a50ec75fdb2fe0aa2fdb4e8ec16b151676e97

Contents?: true

Size: 379 Bytes

Versions: 8

Compression:

Stored size: 379 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.4.1
before_install:
  - gem install bundler -v 1.15.3
  # To have access to the whole repo
  - git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
  - git fetch --unshallow --tags
  # To no longer be in a detached HEAD state
  - git symbolic-ref --short HEAD || git checkout -b ${TRAVIS_BRANCH}-test $TRAVIS_BRANCH

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
autowow-0.14.2 .travis.yml
autowow-0.14.1 .travis.yml
autowow-0.14.0 .travis.yml
autowow-0.13.2 .travis.yml
autowow-0.13.1 .travis.yml
autowow-0.13.0 .travis.yml
autowow-0.9.0 .travis.yml
autowow-0.8.1 .travis.yml