mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-14 16:27:04 +01:00
.travis.yml: Use current and LTS Node.js versions
See: https://nodejs.org/en/about/releases/
This commit is contained in:
parent
9934368215
commit
9bb2ec06b0
@ -1,8 +1,8 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 6
|
|
||||||
- 8
|
- 8
|
||||||
- 9
|
- 10
|
||||||
|
- 11
|
||||||
script: npm run build
|
script: npm run build
|
||||||
sudo: false
|
sudo: false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
Loading…
Reference in New Issue
Block a user