diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-01T15·36+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-01T15·36+0100 |
commit | 59aeebd495df96c694924f8fef3c9aa5e82942ca (patch) | |
tree | 55e0c440bb7c8675f13a9714c95ef520a94c0ce5 | |
parent | 41232a1c78755993895a1ba3cc20f2e84839ff68 (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).
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2ab57adb5906..000000000000 --- 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 |