[commit: packages/old-locale] master: Add `README.md` and `.travis.yml` script (8f5796d)

git at git.haskell.org git at git.haskell.org
Thu Oct 24 10:15:55 UTC 2013


Repository : ssh://git@git.haskell.org/old-locale

On branch  : master
Link       : http://git.haskell.org/packages/old-locale.git/commitdiff/8f5796dfe88f6057bd8d3ce8382ae57a1c21e62f

>---------------------------------------------------------------

commit 8f5796dfe88f6057bd8d3ce8382ae57a1c21e62f
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Oct 24 11:58:32 2013 +0200

    Add `README.md` and `.travis.yml` script
    
    This enables testing (or rather testing the packages builds) for all
    released GHC versions this package is expected to work with.
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


>---------------------------------------------------------------

8f5796dfe88f6057bd8d3ce8382ae57a1c21e62f
 .travis.yml |   29 +++++++++++++++++++++++++++++
 README.md   |    6 ++++++
 2 files changed, 35 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..0f14c80
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,29 @@
+env:
+ - GHCVER=6.12.3
+ - GHCVER=7.0.1
+ - GHCVER=7.0.2
+ - GHCVER=7.0.3
+ - GHCVER=7.0.4
+ - GHCVER=7.2.1
+ - GHCVER=7.2.2
+ - GHCVER=7.4.1
+ - GHCVER=7.4.2
+ - GHCVER=7.6.1
+ - GHCVER=7.6.2
+ - GHCVER=7.6.3
+
+before_install:
+ - sudo add-apt-repository -y ppa:hvr/ghc
+ - sudo apt-get update
+ - sudo apt-get install cabal-install-1.18 ghc-$GHCVER
+ - export PATH=/opt/ghc/$GHCVER/bin:$PATH
+
+install:
+ - cabal-1.18 update
+ - ghc --version
+
+script:
+ - cabal-1.18 configure -v2
+ - cabal-1.18 build
+ - cabal-1.18 check
+ - cabal-1.18 sdist
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bb5babc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+The `old-locale` Package  [![Build Status](https://travis-ci.org/ghc/packages-old-locale.png?branch=master)](https://travis-ci.org/ghc/packages-old-locale)
+========================
+
+See
+[`old-locale` on Hackage](http://hackage.haskell.org/package/old-locale)
+for more information.



More information about the ghc-commits mailing list