Sha256: c8905e2e073ee67dad277ffa632a7019f9e74f2c62cf00eb4a56946deeccf2b9

Contents?: true

Size: 521 Bytes

Versions: 1

Compression:

Stored size: 521 Bytes

Contents

sudo: false
os:
  - linux
  - osx
language: ruby
rvm:
  - 2.3.3
  - 2.4.0
  - ruby-head
matrix:
  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

1 entries across 1 versions & 1 rubygems

Version Path
textbringer-0.1.8 .travis.yml