.travis.yml in trailer_vote-fixtures-1.2.0 vs .travis.yml in trailer_vote-fixtures-1.3.0

- old
+ new

@@ -1,69 +1,69 @@ -sudo: false -matrix: - include: - - language: ruby - cache: bundler - rvm: 2.4 - before_install: - - gem update --system - - gem --version - install: - - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} - - - language: ruby - cache: bundler - rvm: 2.5 - before_install: - - gem update --system - - gem --version - install: - - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} - - - language: ruby - cache: bundler - rvm: 2.6 - before_install: - - gem update --system - - gem --version - install: - - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} - - - language: ruby - cache: bundler - rvm: rbx-3 - before_install: - - gem update --system - - gem --version - install: - - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} - - - language: ruby - cache: bundler - rvm: ruby-head - before_install: - - gem update --system - - gem --version - install: - - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} - - - language: node_js - cache: yarn - node_js: node - - - language: node_js - cache: yarn - node_js: iojs - - - language: node_js - cache: yarn - node_js: lts/* - - allow_failures: - - language: ruby - rvm: ruby-head - - language: ruby - rvm: rbx-3 - - language: ruby - rvm: 2.6 - - language: node_js - node_js: iojs +sudo: false +matrix: + include: + - language: ruby + cache: bundler + rvm: 2.4 + before_install: + - gem update --system + - gem --version + install: + - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} + + - language: ruby + cache: bundler + rvm: 2.5 + before_install: + - gem update --system + - gem --version + install: + - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} + + - language: ruby + cache: bundler + rvm: 2.6 + before_install: + - gem update --system + - gem --version + install: + - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} + + - language: ruby + cache: bundler + rvm: rbx-3 + before_install: + - gem update --system + - gem --version + install: + - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} + + - language: ruby + cache: bundler + rvm: ruby-head + before_install: + - gem update --system + - gem --version + install: + - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle} + + - language: node_js + cache: yarn + node_js: node + + - language: node_js + cache: yarn + node_js: iojs + + - language: node_js + cache: yarn + node_js: lts/* + + allow_failures: + - language: ruby + rvm: ruby-head + - language: ruby + rvm: rbx-3 + - language: ruby + rvm: 2.6 + - language: node_js + node_js: iojs