diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-20T21·46+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-20T21·46+0000 |
commit | 210893ce090d251df1b75082035deb60a9b06be5 (patch) | |
tree | fc86177801d84a19e52e5c1df1a25200118eedbf /.travis.yml | |
parent | 5f6b51cce4feb91ac5748099811c1a70c30b2937 (diff) |
chore(yants): Prepare for depot-merge
Yants is being integrated at //depot/nix/yants
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f38ce14fe3ba..000000000000 --- a/.travis.yml +++ /dev/null @@ -1,4 +0,0 @@ -language: nix -nix: 2.2.2 -script: - - nix eval --raw '(import ./tests.nix)' --show-trace |