From 916df98203bda8f0ae499154af9a1682581dc026 Mon Sep 17 00:00:00 2001 From: Lawrence Nahum Date: Fri, 20 Jul 2018 23:13:32 +0200 Subject: [PATCH] fix travis out of memory issue --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0943df3..74b163a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: rust +env: CARGO_INCREMENTAL=0 + cache: cargo: true timeout: 450