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:56:02 +0300
committerAlan Orth <alan.orth@gmail.com>2020-12-10 13:56:02 +0300
commit96d6304f092f43fa234f577568c569a07f549c13 (patch)
treeff085c389a41f847ff80f6e356db1acda6e6066f
parente0c8b5a0577d1a14169ec18be0e21ba38d8a25e1 (diff)
Remove .travis.yml
TravisCI changed their business model recently and I realized it is better to not rely on free cloud services. I am now using a Drone.io instance on my own infrastructure.
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index d32abc7..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-language: node_js
-node_js:
- - 10
- - 12
- - 14
-script: npm run build
-os: linux
-arch: arm64-graviton2
-dist: focal
-
-# vim: ts=2 sw=2 et