Sha256: e81332716f6f3b24b6d18eb16975abab5f93de5f701c1e8d30f54b1cb18e0da6

Contents?: true

Size: 430 Bytes

Versions: 3

Compression:

Stored size: 430 Bytes

Contents

sudo: false
language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- jruby-9.0
before_install: gem install bundler -v 1.16.1
cache: bundler
matrix:
  allow_failures:
    - rvm: jruby-9.0
script:
  - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bundle exec rspec --exclude-pattern "spec/integration_spec.rb"; fi'
  - 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bundle exec rspec; fi'
  - bundle exec rubocop -c .rubocop.yml --force-exclusion

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wetransfer-0.9.0.beta2 .travis.yml
wetransfer-0.9.0.beta1 .travis.yml
wetransfer-0.9.0.beta .travis.yml