Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d95366513dde9e5379a1f0720fc0dbe09117deeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
language: node_js
node_js:
  - 10
  - 12
  - 13
  - 14
script: npm run build
os: linux
arch: arm64-graviton2
dist: focal

# vim: ts=2 sw=2 et