Use js-beautify for formatting HTML #1089

Closed
nitrohorse wants to merge 21 commits from add-beautify into master
Showing only changes of commit ecc215531e - Show all commits

View File

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