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

.travis.yml: Add current Node.js versions

See: https://nodejs.org/en/about/releases/
This commit is contained in:
Alan Orth 2020-07-27 15:38:55 +03:00
parent 9b877752b7
commit 536dd793fe
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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