Sha256: b1d7ed48f7e909f6c65006da16220daee1f3f66fa98b53264b5fee7603092558

Contents?: true

Size: 1011 Bytes

Versions: 3

Compression:

Stored size: 1011 Bytes

Contents

language: ruby
matrix:
  include:
    - os: linux
      dist: trusty
      sudo: false
      rvm: 2.3.5
    - os: linux
      dist: trusty
      sudo: false
      rvm: 2.4.3
    - os: linux
      dist: trusty
      sudo: false
      rvm: 2.5.0
    - os: linux
      dist: trusty
      sudo: false
      rvm: ruby-head
    - os: osx
      osx_image: xcode8.2
      rvm: 2.3.5
    - os: osx
      osx_image: xcode8.2
      rvm: 2.4.3
    - os: osx
      osx_image: xcode8.2
      rvm: 2.5.0
    - os: osx
      osx_image: xcode8.2
      rvm: ruby-head
  allow_failures:
    - os: osx
    - rvm: ruby-head
  fast_finish: true
cache: bundler
before_install: gem update --system
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

3 entries across 3 versions & 1 rubygems

Version Path
textbringer-0.3.0 .travis.yml
textbringer-0.2.9 .travis.yml
textbringer-0.2.8 .travis.yml