1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-17 17:57:04 +01:00

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

This commit is contained in:
Alan Orth 2020-12-10 12:48:38 +02:00
parent bfac136c3e
commit e1dfe242a6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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