Fix typo in INSTALL.md and disable tests for ghcjs in ci.

This commit is contained in:
Pranay Sashank 2020-01-02 14:21:40 +05:30
parent 5b1da6b36a
commit 511828b228
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ matrix:
# Use CABAL_BUILD_OPTIONS to pass any options to cabal e.g. project-file
# DISABLE_SDIST_BUILD is set because of a cabal issue. 'cabal info'
# unnecessarily requires "ghc".
- env: BUILD=cabal-v2 ENABLE_GHCJS=y ENABLE_INSTALL= DISABLE_DOCS=y DISABLE_SDIST_BUILD=y
- env: BUILD=cabal-v2 ENABLE_GHCJS=y DISABLE_TEST=y ENABLE_INSTALL= DISABLE_DOCS=y DISABLE_SDIST_BUILD=y
addons:
apt:
sources:

View File

@ -4,7 +4,7 @@
Hackage.
* [Latest development version](https://github.com/composewell/streamly) is
available on github.
* See [recommeded compilation options here](docs/Build.md).
* See [recommended compilation options here](docs/Build.md).
If you are using `stack` or `nix` please make sure to add the latest version
from Hackage to your tool configuration.