Sha256: 4fa150f33af7f8ada2333cdbe33f7d890ec0de0fd14e1966ae23e090158cc3bd

Contents?: true

Size: 526 Bytes

Versions: 1

Compression:

Stored size: 526 Bytes

Contents

os:
- linux
- osx

language: ruby

install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install indent; fi
- bundle install --jobs=3 --retry=3

script:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then bundle exec rake ; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then bundle exec rake compile test ; fi

rvm:
- 2.0.0
- 2.1
- 2.2.1
- ruby-head

env:
- CC=gcc
- CC=clang

matrix:
  allow_failures:
  - rvm: ruby-head

addons:
  code_climate:
    repo_token: 02530029b1e956220f05076c590b84b9ab078362c9083312eb2ad41cab138408

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
byebug-4.0.0 .travis.yml