Sha256: 41d18c8ec99342a3d88016b9d9ca53543c2a9633c713310faa5cb164a81bd1ea

Contents?: true

Size: 848 Bytes

Versions: 6

Compression:

Stored size: 848 Bytes

Contents

language: ruby
matrix:
  include:
    - os: linux
      dist: trusty
      sudo: false
      rvm: 2.3.4
    - os: linux
      dist: trusty
      sudo: false
      rvm: 2.4.1
    - os: linux
      dist: trusty
      sudo: false
      rvm: ruby-head
    - os: osx
      osx_image: xcode8.2
      rvm: 2.3.3
    - os: osx
      osx_image: xcode8.2
      rvm: 2.4.0
    - os: osx
      osx_image: xcode8.2
      rvm: ruby-head
  allow_failures:
    - os: osx
    - rvm: ruby-head
  fast_finish: true
cache: bundler
script:
  - if [ "$TRAVIS_OS_NAME" == "linux" ]; then
        xvfb-run bundle exec rake test;
    else
        bundle exec rake test;
    fi
  - bundle exec bundle-audit check --update
env:
  global:
    UPLOAD_TO_CODECOV: 1
notifications:
  email:
    on_success: never
    on_failure: always
addons:
  apt:
    packages:
      - xclip

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
textbringer-0.2.7 .travis.yml
textbringer-0.2.6 .travis.yml
textbringer-0.2.4 .travis.yml
textbringer-0.2.5 .travis.yml
textbringer-0.2.3 .travis.yml
textbringer-0.2.2 .travis.yml