Sha256: 49457fb64692723b236802ccb099bfac8d6ae5b547c20a56077e02188356fae9
Contents?: true
Size: 1.09 KB
Versions: 3
Compression:
Stored size: 1.09 KB
Contents
language: ruby rvm: - 2.3 - 2.4 - 2.5 - 2.6 # - 2.7 #addons: # artifacts: # s3_region: "ap-southeast-2" # paths: # - $(ls spec/integrations/*/*/cypress/{screenshots,videos}/* | tr "\n" ":") # - $(ls spec/integrations/rails_3_2/cypress/{screenshots,videos}/* | tr "\n" ":") cache: directories: - spec/integrations/rails_5_2/spec/node_modules - spec/integrations/rails_5_2/vendor/bundle - spec/integrations/rails_4_2/test/node_modules - spec/integrations/rails_4_2/vendor/bundle - spec/integrations/rails_3_2/node_modules - spec/integrations/rails_3_2/vendor/bundle before_install: - sudo apt-get -qq update - sudo apt-get install -y build-essential patch ruby-dev zlib1g-dev liblzma-dev libxml2-dev - sudo apt-get install -y xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 script: - bundle exec rake - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true - gem install bundler -v '< 2' - ./spec/integrations/rails_5_2/test.sh - ./spec/integrations/rails_4_2/test.sh - ./spec/integrations/rails_3_2/test.sh
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cypress-on-rails-1.8.0 | .travis.yml |
cypress-on-rails-1.7.0 | .travis.yml |
cypress-on-rails-1.6.0 | .travis.yml |