From 6ad8a9ce15a83e3d47156d8ba4d1df51e81b7c28 Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Wed, 27 Nov 2013 08:21:13 +0100 Subject: [PATCH] Some example need System.Random from the random package. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d80768b..b4794b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,4 +38,5 @@ script: - cabal-1.18 install --enable-documentation - cabal-1.18 sdist - ghc-pkg list + - test "$GHCVER" \> "7.1" && cabal-1.18 install random - make -j2 -C examples