1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

maybe verbosity will help here

This commit is contained in:
Patrick Thomson 2019-12-13 13:39:32 -05:00
parent bb62b187ca
commit c2a5cd13b5

View File

@ -36,7 +36,7 @@ before_install:
install:
- cabal v2-update -v
- cabal v2-configure --enable-tests --enable-benchmarks --disable-optimization --write-ghc-environment-files=always --jobs=2
- cabal v2-build tree-sitter-python tree-sitter-java
- cabal v2-build -v tree-sitter-python tree-sitter-java
- cabal v2-build --only-dependencies
script: