From 5f9892a86c68e85fdadd4043fe049a5f50836fb2 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Mon, 15 Jun 2020 09:09:16 -0700 Subject: [PATCH] ci: remove Travis Nixpkgs requires Nix 2.2 or greater to evaluate as of https://github.com/NixOS/nixpkgs/commit/96795314de2c4e512d6c4ed7cb44837a8b71a65a, and Travis does not appear to support this version yet, causing CI to report failures on probably-good PRs. This can be reverted later on down the line if we decide to have both GitHub Actions and Travis for redundancy. --- .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 92d04fb..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: nix -nix: 2.1 -sudo: true -matrix: - include: - - name: cargo pedantry - script: nix-shell --run checkPhase -A mozilla-rust-overlay - - name: checkPhase - script: nix-shell --run checkPhase - - name: nix-build - script: nix-build ./default.nix -A ofborg.rs -A ofborg.php