diff --git a/.travis.yml b/.travis.yml index 3bce6f0..5beee5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,21 +35,33 @@ env: - project='hnix' # Enable all our tests in Cabal - ALL_TESTS='yes' - - failOnAllWarnings='false' - - checkUnusedPackages='false' - - doCoverage='false' - - doHaddock='false' + - allowInconsistentDependencies='false' - doJailbreak='false' - doCheck='true' - - doBenchmark='false' - - enableExecutableProfiling='false' - - enableLibraryProfiling='false' + - sdistTarball='false' - buildFromSdist='false' - buildStrictly='false' + - failOnAllWarnings='false' + - enableDeadCodeElimination='false' - disableOptimization='true' + - linkWithGold='false' + - enableLibraryProfiling='false' + - enableExecutableProfiling='false' + - doTracing='false' + - enableDWARFDebugging='false' + - doStrip='false' + - enableSharedLibraries='true' + - enableStaticLibraries='false' + - enableSharedExecutables='false' + - justStaticExecutables='false' + - enableSeparateBinOutput='false' + - checkUnusedPackages='false' + - doHaddock='false' + - doHyperlinkSource='false' + - doCoverage='false' + - doBenchmark='false' - generateOptparseApplicativeCompletions='false' - executableNamesToShellComplete='[ "hnix" ]' - - allowInconsistentDependencies='false' # - ghcjsTmpLogFile='/tmp/ghcjsTmpLogFile.log' - ghcjsLogTailLength='10000'