We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d872ce commit 39f70a5Copy full SHA for 39f70a5
.travis.yml
@@ -16,7 +16,7 @@ before_install:
16
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
17
export DISPLAY=:99.0;
18
sh -e /etc/init.d/xvfb start;
19
- xvfb -screen 0 1024x768x24 +extension RANDR;
+ /etc/init.d/xvfb -screen 0 1024x768x24 +extension RANDR;
20
fi
21
22
install:
src/libs/global_vars.py
@@ -1,7 +1,7 @@
1
import os
2
3
PLUGIN_VERSION = "0.16.0"
4
-DEVELOPER_MODE = True
+DEVELOPER_MODE = False
5
6
PACKAGE_PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
7
PACKAGE_NAME = os.path.basename(PACKAGE_PATH)
0 commit comments