From 96d6304f092f43fa234f577568c569a07f549c13 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 10 Dec 2020 12:56:02 +0200 Subject: [PATCH] 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. --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .travis.yml 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