Sha256: 944aefad86a6d064ca426393021e097f6b47d5d61d1e4c212e78b4d1bbd4feb3

Contents?: true

Size: 881 Bytes

Versions: 3

Compression:

Stored size: 881 Bytes

Contents

machine:
  ruby:
    version: 2.2.5

dependencies:
  pre:
    - gem install bundler
    - gem install fastlane
    - bundle update

  override:
    - bundle install: # note ':' here
        timeout: 180 # fail if command has no output for 3 minutes  

test:
  override:        
    - nslookup repo.teacloud.net
    - fastlane add_plugin apprepo
    - fastlane apprepo run
    - fastlane apprepo download_manifest
    - fastlane apprepo submit
    - COVERALLS_REPO_TOKEN=5NIxBldNBfJzPgvlQnVojxNNW0197fUUf RAILS_ENV=test bundle exec rspec    
    - curl -X POST --data-urlencode 'payload={"text":"CirleCI Integration Completed."}' https://hooks.slack.com/services/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  

## Custom notifications
notify:
  webhooks:
    - url: https://hooks.slack.com/services/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?payload={"text":"<https://slack.com>"}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fastlane-plugin-apprepo-0.3.3 circle.yml
fastlane-plugin-apprepo-0.3.1 circle.yml
fastlane-plugin-apprepo-0.3.0 circle.yml