diff --git a/.travis.yml b/.travis.yml index 8a1cb24..83d437e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ install: script: - tinc && cabal configure --enable-tests && cabal build && cabal test - - (cd doc && tinc cabal configure --enable-tests && cabal build && cabal test) + #- (cd doc && tinc cabal configure --enable-tests && cabal build && cabal test) cache: directories: diff --git a/stack.yaml b/stack.yaml index c9ce168..3d17f46 100644 --- a/stack.yaml +++ b/stack.yaml @@ -4,7 +4,6 @@ resolver: nightly-2016-04-20 # Local packages, usually specified by relative directory name packages: - '.' -- 'doc' # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) extra-deps: - servant-0.7