Update .travis.yml

Add `--no-terminal` where appropriate.
This commit is contained in:
Vaibhav Sagar 2017-03-13 15:44:29 +07:00 committed by GitHub
parent 1da49a36ae
commit d7ef8113ac

View File

@ -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