Sha256: bb7f9aab4791f1b44982c3e009e0b28859952565f8ee344f30c8a9bb2559372d

Contents?: true

Size: 717 Bytes

Versions: 3

Compression:

Stored size: 717 Bytes

Contents

language: ruby
rvm:
  - 2.2.0
  - 2.2.1
  - 2.2.2
  - 2.2.3

dist: trusty

os:
  - linux

env:
  global:
    - JRUBY_OPTS=-Xcext.enabled=true
    - CI=true
    - TRAVIS=true
    - LANG=en_US.UTF-8
    - LC_ALL=en_US.UTF-8

before_install:
    - gem install bundler
    - sudo apt-get update
    - sudo apt-get install software-properties-common -y
    - sudo apt-get install publican
    - sudo add-apt-repository ppa:sascha-manns-h/publican -y
    - sudo apt-get update
    - sudo apt-get install --only-upgrade publican
    - sudo apt-get install publican-xcom-dummy publican-manns publican-ils -y

after_success:
    - CI=true TRAVIS=true coveralls --verbose

notifications:
  email:
    - samannsml@directbox.com

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
publican_creators-1.0.4 .travis.yml
publican_creators-1.0.3 .travis.yml
publican_creators-1.0.2 .travis.yml