.travis.yml in cypress-on-rails-1.0.1 vs .travis.yml in cypress-on-rails-1.1.0

- old
+ new

@@ -1,14 +1,14 @@ language: ruby rvm: - 2.2 -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" ":") +#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