Skip to content

Commit a8ba9fb

Browse files
use xvfb-run for display
1 parent 062422a commit a8ba9fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ matrix:
2525
osx_image: xcode9.4
2626
env: LAZ_VER=2.0.4 RELEASE_ZIP_FILE="trackereditor_macOS.zip"
2727

28-
before_install:
28+
#before_install:
2929
# Start virtual display server
30-
- Xvfb $DISPLAY &
30+
# - Xvfb $DISPLAY &
3131

3232
install:
3333
# Install prerequisites (fpc/lazarus/wine/qemu)
@@ -41,7 +41,7 @@ script:
4141
- lazbuild --build-mode=Debug $LAZ_OPT $PROJECT_LPI_UNIT_TEST_PATH
4242

4343
# Start the unit test
44-
- source ./scripts/travis_unit_test.sh
44+
- xvfb-run source ./scripts/travis_unit_test.sh
4545

4646
before_deploy:
4747
# Create the zip file for deployment

0 commit comments

Comments
 (0)