summaryrefslogtreecommitdiff
path: root/.travis.yml.bkp
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-08-08 15:36:57 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-08-08 15:36:57 -0700
commitbba08126b4e7912ca533dbc04ef0a5f240a1bd1e (patch)
treefe7fc6a6c5d29be4759f0702106cf96b63754863 /.travis.yml.bkp
parent1f940ee3956ddd7b85a9b0ac015494bf3c1b0e05 (diff)
Temporarily removed travis build instructions.
Diffstat (limited to '.travis.yml.bkp')
-rw-r--r--.travis.yml.bkp7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml.bkp b/.travis.yml.bkp
new file mode 100644
index 000000000..934a8ea5b
--- /dev/null
+++ b/.travis.yml.bkp
@@ -0,0 +1,7 @@
+language: haskell
+before_install:
+ - git submodule update --init --recursive
+install:
+ - cabal update
+ - cabal install --enable-tests
+script: cabal configure --enable-tests && cabal build && cabal test