1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-17 01:23:53 +02:00

.travis.yml: Only build on Node.js LTS versions

This commit is contained in:
2020-12-10 12:48:38 +02:00
parent bfac136c3e
commit e1dfe242a6

View File

@ -2,7 +2,6 @@ language: node_js
node_js:
- 10
- 12
- 13
- 14
script: npm run build
os: linux