Sha256: 520cf968e0b1853ad96de21ef068fead0b4b956b56daae89b00c7ca433ebaf04

Contents?: true

Size: 896 Bytes

Versions: 6

Compression:

Stored size: 896 Bytes

Contents

language: ruby
sudo: false
dist: trusty
cache:
  bundler: true
  directories:
  - ~/.local/bin
rvm:
- 2.4.1
- 2.3.4
env:
  matrix:
  - COVERAGE=0 FUNCTIONAL_SPECS=0 INTEGRATION_SPECS=0
  - COVERAGE=1 FUNCTIONAL_SPECS=1 INTEGRATION_SPECS=1
  global:
  - PATH="$HOME/.local/bin:$PATH"
before_install:
- if ! cc-test-reporter --version; then
    mkdir -p ~/.local/bin;
    curl -sSL
         -o ~/.local/bin/cc-test-reporter
         https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64;
    chmod +x ~/.local/bin/cc-test-reporter;
  fi
- cc-test-reporter before-build
after_script:
- if [[ "${TRAVIS_PULL_REQUEST}" == "false" &&
        "${COVERAGE}" == "1" &&
        "${FUNCTIONAL_SPECS}" == "1" &&
        "${INTEGRATION_SPECS}" == "1" &&
        "${TRAVIS_RUBY_VERSION}" == "2.4.1" ]]; then
    cc-test-reporter after-build --exit-code "${TRAVIS_TEST_RESULT}";
  fi

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.4.0/gems/fake_ftp-0.3.0/.travis.yml
vagrant-unbundled-2.0.1.0 vendor/bundle/ruby/2.4.0/gems/fake_ftp-0.3.0/.travis.yml
vagrant-unbundled-2.0.0.1 vendor/bundle/ruby/2.4.0/gems/fake_ftp-0.3.0/.travis.yml
vagrant-unbundled-1.9.8.1 vendor/bundle/ruby/2.4.0/gems/fake_ftp-0.3.0/.travis.yml
vagrant-unbundled-1.9.7.1 vendor/bundle/ruby/2.4.0/gems/fake_ftp-0.3.0/.travis.yml
fake_ftp-0.3.0 .travis.yml