mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 17:57:04 +01:00
.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".
This commit is contained in:
parent
3a83d4e43e
commit
1cb082e1f1
@ -1,10 +1,10 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 8
|
||||
- 10
|
||||
- 11
|
||||
- 12
|
||||
- 13
|
||||
- 14
|
||||
script: npm run build
|
||||
sudo: false
|
||||
dist: xenial
|
||||
dist: bionic
|
||||
|
||||
# vim: ts=2 sw=2 et
|
||||
|
Loading…
Reference in New Issue
Block a user