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

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Orth <alan.orth@gmail.com>2020-12-10 13:48:38 +0300
committerAlan Orth <alan.orth@gmail.com>2020-12-10 13:48:38 +0300
commite1dfe242a67faf4aec7722af8d3ad4bfdfee832a (patch)
tree98c468b882086dfe19d438e2f6248777f22e4db3
parentbfac136c3e5e5e0b1802098c3942760b59051cd4 (diff)
.travis.yml: Only build on Node.js LTS versions
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d953665..d32abc7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: node_js
node_js:
- 10
- 12
- - 13
- 14
script: npm run build
os: linux