Sha256: b916cb8058d0d5d3ffb42de26e348a3c14d9f44a8d480f555a8e2ef9f86d1b56

Contents?: true

Size: 384 Bytes

Versions: 8

Compression:

Stored size: 384 Bytes

Contents

language: ruby
rvm:
  - 2.3.1
  - 2.3.3
  - 2.4.5
cache: bundler
branches:
  only:
    - master
install:
  - travis_retry bundle update
  - gem install pdd
  - sudo apt-get install cppcheck
script:
  - pdd -f /dev/null
  - cppcheck --enable=all --quiet --suppress=unusedFunction .
  - export RUBYOPT="-W0"
  - rake --quiet
after_success:
  - "bash <(curl -s https://codecov.io/bash)"

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
zold-score-0.4.6 .travis.yml
zold-ruby-sdk-0.1.0 .travis.yml
zold-score-0.4.5 .travis.yml
zold-score-0.4.4 .travis.yml
zold-score-0.4.3 .travis.yml
zold-score-0.4.2 .travis.yml
zold-score-0.4.1 .travis.yml
zold-score-0.4.0 .travis.yml