travis: Fix travis not failing on linting errors.

This commit is contained in:
Akash Nimare
2018-02-15 19:58:08 +05:30
parent 0c18bb5226
commit 55ae71c00c

View File

@@ -1,5 +1,8 @@
#!/usr/bin/env bash
# exit script if fails
set -e;
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
export {no_proxy,NO_PROXY}="127.0.0.1,localhost"
export DISPLAY=:99.0