Commit ca297253 authored by Sam Saccone's avatar Sam Saccone

tests: Silence python logs

parent 13687648
......@@ -33,7 +33,7 @@ env:
before_script:
# install dependencies
- npm install -g gulp
- python -m SimpleHTTPServer &
- python -m SimpleHTTPServer > /dev/null 2>&1 &
- sleep 2
script:
# We want to gate on passing tests and a successful build
......
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