1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

Don't enable benchmarks yet.

This commit is contained in:
Patrick Thomson 2019-06-03 11:35:42 -04:00
parent 091d436c50
commit f736f5c353

View File

@ -29,7 +29,7 @@ before_install:
install:
- cabal new-update
- cabal new-configure --enable-benchmarks --enable-tests --write-ghc-environment-files=always
- cabal new-configure --enable-tests --write-ghc-environment-files=always
- cabal new-build --only-dependencies
script: