Sha256: 250fd01afae0b9e8fb152a4eeda3ca6b9249bb1dea64b0e3c37a3f7fa17d5844

Contents?: true

Size: 584 Bytes

Versions: 8

Compression:

Stored size: 584 Bytes

Contents

before_install:
  - "gem install bundler --no-ri --no-rdoc"
  - "curl -sL https://s3.bixby.io/wad > ~/wad"
  - "chmod +x ~/wad"
install:
  - "travis_retry ~/wad"
script: "bundle exec micron test/"
after_script: "rake coveralls"

language: ruby
rvm:
  - 2.1.5
  - 2.2.0

branches:
  only:
    - master

env:
  global:
    - S3_REGION="us-east-1"
    - S3_BUCKET_NAME="io.bixby.gemcache.wad.common"
    - secure: ULQDgUsQJ1v9HGEBDIf59ivoivHwHf4+lGHBy3sMRnBjNqKuXx7qu0U1AF10MWQxVs/KvSGQCNDbxZ9yiibFn0hltCHAboq4SLR6KEIzTD3VssrKFRq2v4SSsVD30jwEatL2YpF7AckKWbvyr5yi7dHzXjw8yOX01ro6SLwws2o=

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bixby-common-0.7.1 .travis.yml
bixby-common-0.7.0 .travis.yml
bixby-common-0.6.6 .travis.yml
bixby-common-0.6.5 .travis.yml
bixby-common-0.6.4 .travis.yml
bixby-common-0.6.3 .travis.yml
bixby-common-0.6.2 .travis.yml
bixby-common-0.6.1 .travis.yml