mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-01 02:13:00 +01:00
10 lines
107 B
YAML
10 lines
107 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- 6
|
||
|
- 7
|
||
|
script: npm run build
|
||
|
sudo: false
|
||
|
dist: trusty
|
||
|
|
||
|
# vim: ts=2 sw=2 et
|