Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Fixing travis test (linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
akashnimare committed Jan 7, 2017
1 parent 4060596 commit 9e75861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/travis-build-test.sh
@@ -1,7 +1,8 @@
#!/usr/bin/env bash

if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
export DISPLAY=:99.0
export {no_proxy,NO_PROXY}="127.0.0.1,localhost"
export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start
sleep 3
fi
Expand Down

0 comments on commit 9e75861

Please sign in to comment.