[commit: packages/filepath] master: Move to the neil standard test (61ba13a)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:36:05 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/61ba13a544583b9b4b7b535f4e289e2139005f57
>---------------------------------------------------------------
commit 61ba13a544583b9b4b7b535f4e289e2139005f57
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Wed Oct 29 08:00:28 2014 +0000
Move to the neil standard test
>---------------------------------------------------------------
61ba13a544583b9b4b7b535f4e289e2139005f57
.travis.yml | 28 +---------------------------
1 file changed, 1 insertion(+), 27 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index a41e51b..8783444 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,31 +9,5 @@ matrix:
allow_failures:
- env: GHCVER=head
-before_install:
- - travis_retry sudo add-apt-repository -y ppa:hvr/ghc
- - travis_retry sudo apt-get update
- - travis_retry sudo apt-get install cabal-install-1.18 ghc-$GHCVER
- - export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/1.18/bin:$PATH
-
-install:
- - cabal update
- - cabal install --only-dependencies --enable-tests;
-
script:
- - cabal configure --enable-tests -v2
- - cabal build
- - cabal test
- - cabal check
- - cabal sdist
-
-# The following scriptlet checks that the resulting source distribution can be built & installed
- - function install_from_tarball {
- export SRC_TGZ=$(cabal info . | awk '{print $2 ".tar.gz";exit}') ;
- if [ -f "dist/$SRC_TGZ" ]; then
- cabal install "dist/$SRC_TGZ";
- else
- echo "expected 'dist/$SRC_TGZ' not found";
- exit 1;
- fi
- }
- - install_from_tarball
+ - wget https://raw.github.com/ndmitchell/neil/master/travis.sh -O - --no-check-certificate --quiet | sh
More information about the ghc-commits
mailing list