mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Update .travis.yml
Add `--no-terminal` where appropriate.
This commit is contained in:
parent
1da49a36ae
commit
d7ef8113ac
@ -69,12 +69,12 @@ install:
|
||||
|
||||
script:
|
||||
- export LD_LIBRARY_PATH=$HOME/zeromq/lib
|
||||
- stack test --resolver=$RESOLVER --fast
|
||||
- stack test --no-terminal --resolver=$RESOLVER --fast
|
||||
- |
|
||||
set -e
|
||||
if $DISPLAY; then
|
||||
TOP=$(pwd)
|
||||
stack build --resolver=$RESOLVER --fast
|
||||
stack build --no-terminal --resolver=$RESOLVER --fast
|
||||
|
||||
# Ensure that ipython-kernel examples build successfully.
|
||||
stack build ipython-kernel --flag ipython-kernel:examples --fast
|
||||
|
Loading…
x
Reference in New Issue
Block a user