diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-08-10 09:24:38 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-08-10 09:28:44 +0200 |
commit | 3997a669cb6810c8d069013c14e5ec0e80c490b2 (patch) | |
tree | 88e0c438e5e18c98a6d999489353471c86929b2e | |
parent | 000000a67eb5078f342f67c7cbf2e3e4ff5863a7 (diff) |
Fix .travis.yml
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fffc034..d48e656 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ script: - if [ -n "$(ghc --version | awk '{ print $8 }' | sed -n '/^7.8/p')" ]; then export WERROR="--ghc-option=-Werror"; fi - cabal configure --enable-tests $WERROR - cabal build - - ./dist/build/cabal-helper-wrapper/cabal-helper-wrapper dist "compiler-version" "entrypoints" "source-dirs" "ghc-options" "ghc-src-options" "ghc-pkg-options" "ghc-lang-options" + - ./dist/build/cabal-helper-wrapper/cabal-helper-wrapper . dist "compiler-version" "entrypoints" "source-dirs" "ghc-options" "ghc-src-options" "ghc-pkg-options" "ghc-lang-options" - cabal test - cabal install --enable-tests -j1 . - cat "dist/test/cabal-helper-"* |