Home

nur @main - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
tree log patch
drop travis ci support
Jörg Thalheim <joerg@thalheim.io>
2 years ago
1 changed files, 0 additions(+), 39 deletions(-)
D .travis.yml
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index ecec5707327dc2bdc6009eba5b79f5eb48414e4d..0000000000000000000000000000000000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-version: ~> 1.0
-import: nix-community/nix-travis-ci:nix.yml@main
-
-sudo: false
-
-env:
-  global:
-    # Set this to cache your build results in cachix for faster builds
-    # in travis and for everyone who uses your cache.
-    #
-    # Format: Your cachix cache host name without the ".cachix.org" suffix.
-    # Example: mycache (for mycache.cachix.org)
-    #
-    # For this to work, you also need to set the  CACHIX_SIGNING_KEY
-    # in your repository settings in Travis.
-    # - CACHIX_CACHE=
-    # Set this to notify the global nur package registry that changes are
-    # available.
-    #
-    # The repo name as used in
-    # https://github.com/nix-community/NUR/blob/master/repos.json
-    - NUR_REPO="<YOUR_NUR_REPO_NAME_HERE>"
-
-matrix:
-  include:
-    - env: NIX_PATH=nixpkgs=channel:nixpkgs-unstable
-    - env: NIX_PATH=nixpkgs=channel:nixos-unstable
-    - env: NIX_PATH=nixpkgs=channel:nixos-22.11
-
-script:
- - nix-build ci.nix -A buildOutputs
- - nix eval -f default.nix 'lib'
- - nix eval -f default.nix 'modules'
- - nix eval -f default.nix 'overlays'
-
-after_success:
-  - if [ -n "${CACHIX_CACHE}" ]; then nix-build ci.nix -A cacheOutputs | cachix push "${CACHIX_CACHE}"; fi
-  - if [[ NUR_REPO != "<YOUR_NUR_REPO_NAME_HERE>" && "cron" != "${TRAVIS_EVENT_TYPE}" && "false" = "${TRAVIS_PULL_REQUEST}" && "master" = "${TRAVIS_BRANCH}" ]]; then
-      curl -XPOST "https://nur-update.herokuapp.com/update?repo=${NUR_REPO}"; fi