Commit d7ef8113 authored by Vaibhav Sagar's avatar Vaibhav Sagar Committed by GitHub

Update .travis.yml

Add `--no-terminal` where appropriate.
parent 1da49a36
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment