urbit-hob

Haskell utilities for phonetic base wrangling.
Log | Files | Refs | README | LICENSE

commit 1f891f6b0d2c629b38bc67bdd88b74c39530d200
parent 6e6fbe255f652aaf70c828e0dc25d10f1ea86c8d
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 20 Sep 2019 09:46:52 -0230

ci: add bench suite to travis

Diffstat:
M.travis.yml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -14,7 +14,9 @@ before_install: - export PATH=$HOME/.local/bin:$PATH - travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' -script: stack --no-terminal --install-ghc test --haddock +script: + - stack --no-terminal --install-ghc test --haddock + - stack --no-terminal --install-ghc bench cache: directories: