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 062422a commit a8ba9fbCopy full SHA for a8ba9fb
.travis.yml
@@ -25,9 +25,9 @@ matrix:
25
osx_image: xcode9.4
26
env: LAZ_VER=2.0.4 RELEASE_ZIP_FILE="trackereditor_macOS.zip"
27
28
-before_install:
+#before_install:
29
# Start virtual display server
30
- - Xvfb $DISPLAY &
+# - Xvfb $DISPLAY &
31
32
install:
33
# Install prerequisites (fpc/lazarus/wine/qemu)
@@ -41,7 +41,7 @@ script:
41
- lazbuild --build-mode=Debug $LAZ_OPT $PROJECT_LPI_UNIT_TEST_PATH
42
43
# Start the unit test
44
- - source ./scripts/travis_unit_test.sh
+ - xvfb-run source ./scripts/travis_unit_test.sh
45
46
before_deploy:
47
# Create the zip file for deployment
0 commit comments