about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-01T15·36+0100
committerVincent Ambo <tazjin@google.com>2020-01-01T15·36+0100
commit59aeebd495df96c694924f8fef3c9aa5e82942ca (patch)
tree55e0c440bb7c8675f13a9714c95ef520a94c0ce5 /.travis.yml
parent41232a1c78755993895a1ba3cc20f2e84839ff68 (diff)
chore: Remove Travis CI integration file r/323
The depot is not built using Travis (but might be built using
SourceHut or something in the future).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 2ab57adb59..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-language: nix
-nix: 2.2.2
-env:
-  - NIX_PATH="nixpkgs=${TRAVIS_BUILD_DIR}"
-before_script:
-  - nix-env -f '<nixpkgs>' -iA third_party.cachix
-  - cachix use tazjin
-script:
-  - nix-build ci-builds.nix | cachix push tazjin