Sha256: f39677e9ff176fe36421ad7171f9a037aa94b97bb334760d412681dc1200ab64

Contents?: true

Size: 368 Bytes

Versions: 20

Compression:

Stored size: 368 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

20 entries across 20 versions & 1 rubygems

Version Path
autowow-0.17.1 .travis.yml
autowow-0.17.0 .travis.yml
autowow-0.16.1 .travis.yml
autowow-0.16.0 .travis.yml
autowow-0.15.0 .travis.yml
autowow-0.12.1 .travis.yml
autowow-0.12.0 .travis.yml
autowow-0.11.2 .travis.yml
autowow-0.11.1 .travis.yml
autowow-0.11.0 .travis.yml
autowow-0.10.1 .travis.yml
autowow-0.9.6 .travis.yml
autowow-0.9.5 .travis.yml
autowow-0.9.4 .travis.yml
autowow-0.9.3 .travis.yml
autowow-0.9.2 .travis.yml
autowow-0.9.1 .travis.yml
autowow-0.8.0 .travis.yml
autowow-0.7.0 .travis.yml
autowow-0.6.3 .travis.yml