From 3a486779d0f6244c9a7f89eaf84e350f5893db96 Mon Sep 17 00:00:00 2001 From: Jeffrey Rosenbluth Date: Thu, 18 Feb 2016 12:30:43 -0500 Subject: [PATCH] add travis.ml --- .travis.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..85de9aa --- /dev/null +++ b/.travis.yml @@ -0,0 +1,32 @@ +language: haskell + +env: + matrix: + - HPVER=2013.2.0.0 CABALVER=1.18 + - HPVER=2014.2.0.0 CABALVER=1.18 + - GHCVER=7.6.3 CABALVER=1.18 + - GHCVER=7.8.4 CABALVER=1.18 + - GHCVER=7.10.2 CABALVER=1.22 + - GHCVER=head CABALVER=head + +matrix: + allow_failures: + - env: GHCVER=head CABALVER=head + +before_install: + - git clone http://github.com/diagrams/diagrams-travis travis + - source travis/scripts/set_env.sh + - ./travis/scripts/before_install.sh + +install: ./travis/scripts/install.sh + +script: ./travis/scripts/script.sh + +notifications: + email: false + irc: + channels: + - irc.freenode.org#diagrams + skip_join: true + template: + - "\x0313svg-builder\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"