Sha256: ca7e04bfae62774dfa42d5ba8ddebd11d221245cd786920bbc7c4cb6d156c5c5

Contents?: true

Size: 526 Bytes

Versions: 3

Compression:

Stored size: 526 Bytes

Contents

language: ruby
cache: bundler
rvm:
  - 2.1
  - 2.2.4
  - 2.3.1
  - ruby-head
env:
  - DB=SQLITE
  - DB=POSTGRES
  - DB=MYSQL
gemfile:
  - gemfiles/rails40.gemfile
  - gemfiles/rails41.gemfile
  - gemfiles/rails42.gemfile
  - gemfiles/rails50.gemfile
matrix:
  allow_failures:
    - rvm: ruby-head
  exclude:
    - rvm: 2.1
      gemfile: gemfiles/rails50.gemfile
  fast_finish: true
branches:
  only:
  - master
sudo: false
notifications:
  webhooks:
    urls:
    - http://buildlight.collectiveidea.com/
    on_start: always

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
audited-hp-4.3.1 .travis.yml
audited-hp-4.3.0 .travis.yml
audited-4.3.0 .travis.yml