1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-13 07:57:02 +01:00
hugo-theme-bootstrap4-blog/.travis.yml
Alan Orth 1cb082e1f1
.travis.yml: Update
Remove deprecated sudo, update Node.js versions to current actively
maintained and LTS versions, use Ubuntu 18.04 "Bionic" environment
instead of 16.04 "Xenial".
2020-03-29 16:44:33 +03:00

11 lines
111 B
YAML

language: node_js
node_js:
- 10
- 12
- 13
- 14
script: npm run build
dist: bionic
# vim: ts=2 sw=2 et