Sha256: 91b7e6aebbe2885013608d0e0ea3bb4b22e0fb0e2da441692f8b23242c16a8e1
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
language: ruby rvm: - 2.4.4 - 2.3.4 - 2.6.0 - 2.5.1 env: global: - CC_TEST_REPORTER_ID=e6e10c7cc9bb01d1c2f3850c7ac5e7168af3e04d32193d11a1b977763f529847 before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build script: bundle exec rspec spec --tag '~integration' after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT before_install: gem install bundler cache: bundler sudo: false services: - docker before_deploy: gem install rake deploy: - provider: rubygems api_key: secure: YCC4KmUL1dzcpNq2QzZGl+favvFqfX5o2q1zcxIhmMCi53kxjjy7cjYw8xWacDtKKiS0dVDdZ6PckxoIK97qlMpBRupxvhvLUOAAhYfumuIr4tGP5vptaXG3hGKgc39wIs7tlbc8JWEehsZ2kBTE9nms4+Fu9e8+WGslN70OUFw= gem: aws_security_viz skip_cleanup: true on: repo: anaynayak/aws-security-viz branch: master rvm: 2.6.0 - provider: script script: bundle exec rake docker:push skip_cleanup: true on: branch: master repo: anaynayak/aws-security-viz rvm: 2.6.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aws_security_viz-0.2.1.pre.alpha.pre.266 | .travis.yml |