From ecc215531e6027e475bee2e56a036f78873f8167 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Sat, 3 Aug 2019 14:33:29 -0700 Subject: [PATCH] Revert "Test Travis matrix config" This reverts commit 69125a052fdcf559e39cc98159984f7a49ffa0a9. --- .travis.yml | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index b1d61839..e69de1c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,22 +1,11 @@ -matrix: - include: - - language: ruby - rvm: - - 2.4.1 +language: ruby +rvm: + - 2.4.1 - # Assume bundler is being used, therefore - # the `install` step will run `bundle install` by default. - script: ./build.sh +# Assume bundler is being used, therefore +# the `install` step will run `bundle install` by default. +script: ./build.sh - sudo: false # route your build to the container-based infrastructure for a faster build +sudo: false # route your build to the container-based infrastructure for a faster build - cache: bundler # caching bundler gem packages will speed up build - - - language: node_js - node_js: - - "v12.7.0" - branches: - only: - - master - script: - - "npm run html-beautify" \ No newline at end of file +cache: bundler # caching bundler gem packages will speed up build