Sha256: 45da890e66768f071898ed925db30701f0c7458f980b3bcade4587c3a2ff41b1

Contents?: true

Size: 603 Bytes

Versions: 3

Compression:

Stored size: 603 Bytes

Contents

# Setup the environment:
language: ruby
sudo: false
dist: trusty
cache: bundler

before_install:
  # For testing purposes:
  - git config --global user.email "samuel@oriontransfer.net"
  - git config --global user.name "Samuel Williams"

rvm:
  - 2.1
  - 2.2
  - 2.3
  - 2.4
  - jruby-head
  - ruby-head

# Setup the compilers:
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head

addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test
      - llvm-toolchain-trusty-4.0
    packages:
      - clang-4.0
      - libc++-dev
      - libc++abi-dev
env:
  - CC=clang-4.0 CXX=clang++-4.0

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
teapot-2.2.0 .travis.yml
teapot-2.1.0 .travis.yml
teapot-2.0.0 .travis.yml