1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-28 13:28:09 +02:00

.travis.yml: Add current Node.js versions

See: https://nodejs.org/en/about/releases/
This commit is contained in:
2020-07-27 15:38:55 +03:00
parent 9b877752b7
commit 536dd793fe

View File

@ -3,6 +3,8 @@ node_js:
- 10
- 12
- 13
- 14
- 15
script: npm run build
dist: bionic