Revert "Test Travis matrix config"

This reverts commit 69125a052f.
This commit is contained in:
nitrohorse
2019-08-03 14:33:29 -07:00
parent af9ea5c286
commit ecc215531e

View File

@ -1,6 +1,4 @@
matrix: language: ruby
include:
- language: ruby
rvm: rvm:
- 2.4.1 - 2.4.1
@ -11,12 +9,3 @@ matrix:
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 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"