summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2015-12-30 15:19:56 +0100
committerAndor Penzes <andor.penzes@gmail.com>2015-12-30 15:19:56 +0100
commit39d4b250cbc525f195b723d8aa1ecc8d49582976 (patch)
treeb04b1775d88a9174eeeaa0ea0fe32c1c80231aee /.travis.yml
parent0a0aa9744b867858d8f6a1aa55acf57eba754999 (diff)
remove caching from travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d566ec8..93bfd814 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,10 +13,6 @@ addons:
13 - alex-3.1.4 13 - alex-3.1.4
14 - cabal-install-1.22 14 - cabal-install-1.22
15 15
16cache:
17 directories:
18 - $HOME/.cabal
19
20before_install: 16before_install:
21 - grep '\(MemTotal\|SwapTotal\)' /proc/meminfo 17 - grep '\(MemTotal\|SwapTotal\)' /proc/meminfo
22 - git show | head -1 # (for matching against commit hash given on the travis log web page) 18 - git show | head -1 # (for matching against commit hash given on the travis log web page)