Sha256: a42e555c0019f5403e1479f969ab1c7469bfa0e7a20126529ffe58e551abfedd

Contents?: true

Size: 848 Bytes

Versions: 3

Compression:

Stored size: 848 Bytes

Contents

language: ruby
matrix:
  include:
    - os: linux
      dist: trusty
      sudo: false
      rvm: 2.3.3
    - os: linux
      dist: trusty
      sudo: false
      rvm: 2.4.0
    - 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

3 entries across 3 versions & 1 rubygems

Version Path
textbringer-0.2.1 .travis.yml
textbringer-0.2.0 .travis.yml
textbringer-0.1.9 .travis.yml