From 4c0b6ad48ed130c2f27882777a80d295a8b0c81c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 13 Mar 2012 08:39:26 -0700 Subject: Added .travis.yml. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..5874caf58 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: haskell +before_install: + - git submodule update --init --recursive +install: + - cabal update + - cabal install -ftests -- cgit v1.2.3