From ffc67fef469c0ec81c83b7d2681a8b2ca0c58849 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Sat, 9 Jun 2018 15:21:21 +0200 Subject: [PATCH] remove cache --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0ba841..8d276fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,3 @@ env: script: - nix-build tests/intern.nix - nix-build tests/extern.nix - -cache: - directories: - - /nix/store - timeout: 1200