[commit: packages/filepath] master: Fix travis.yml, again (46ede6f)

git at git.haskell.org git at git.haskell.org
Fri Oct 18 13:45:21 UTC 2013


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/46ede6f711c29148b1463031fa4637ae5a958e33

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

commit 46ede6f711c29148b1463031fa4637ae5a958e33
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Oct 18 15:43:23 2013 +0200

    Fix travis.yml, again
    
    `cd` back to top-folder after running `GenTests.hs`
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

46ede6f711c29148b1463031fa4637ae5a958e33
 .travis.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 436ec57..0e3363e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ install:
  - PATH=/opt/ghc/$GHCVER/bin:$PATH cabal-1.18 install 'QuickCheck==2.6.*'
 
 script:
- - cd tests/ && PATH=/opt/ghc/$GHCVER/bin:$PATH runghc ./GenTests.hs
+ - cd tests/ && PATH=/opt/ghc/$GHCVER/bin:$PATH runghc ./GenTests.hs && cd ..
  - ls -l tests/
  - PATH=/opt/ghc/$GHCVER/bin:$PATH cabal-1.18 configure --enable-tests -v2
  - cabal-1.18 build



More information about the ghc-commits mailing list