Skip to content

Commit 39f70a5

Browse files
updated .travis.yml
1 parent 1d872ce commit 39f70a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_install:
1616
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
1717
export DISPLAY=:99.0;
1818
sh -e /etc/init.d/xvfb start;
19-
xvfb -screen 0 1024x768x24 +extension RANDR;
19+
/etc/init.d/xvfb -screen 0 1024x768x24 +extension RANDR;
2020
fi
2121

2222
install:

src/libs/global_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
PLUGIN_VERSION = "0.16.0"
4-
DEVELOPER_MODE = True
4+
DEVELOPER_MODE = False
55

66
PACKAGE_PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
77
PACKAGE_NAME = os.path.basename(PACKAGE_PATH)

0 commit comments

Comments
 (0)