diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-20T22·13+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-20T22·13+0000 |
commit | 795a97466527a5f02e79e47b7fb316c78ffde667 (patch) | |
tree | 541912f41f01aa8ae5952030df6d3aeb7bd3baa3 /.travis.yml | |
parent | 064f65dec295144dc8d440ebcf63f08eb154169d (diff) |
chore(kontemplate): Prepare kontemplate for depot-merge
This merge will not yet include moving over to buildGo.nix, as support for testing and such is not present in that library yet.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index a97db2493a85..000000000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -language: nix -script: - # Build the derivation targeting NixOS. - # This derivation executes tests. - - nix-build default.nix - - # Build the release derivation with statically linked executables - # for multiple operating systems. - - nix-build release.nix |