Sha256: 2f5214234cfcb677674be5a367566bea809a28c903ca44a3de58a3629e8f04de

Contents?: true

Size: 356 Bytes

Versions: 2

Compression:

Stored size: 356 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.4.1
before_install: gem install bundler -v 1.15.1
script:
  - bundle exec rake

deploy:
  provider: pages
  local_dir: docs
  skip_cleanup: true
  email: chingor@google.com # To satisfy the CLA check, replace this with bot email.
  github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
  on:
    branch: master

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
opencensus-0.2.0 .travis.yml
opencensus-0.1.0 .travis.yml