Skip to content

Commit 0df5ff9

Browse files
committed
Build fix
1 parent e9fbf30 commit 0df5ff9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ addons:
1515
- ant-optional
1616

1717
# Use xvfb to run tests that require a GUI and give it some time to start
18-
before_script:
19-
- "export DISPLAY=:99.0"
20-
- "sh -e /etc/init.d/xvfb start"
21-
- sleep 3
18+
# before_script:
19+
# - "export DISPLAY=:99.0"
20+
# - "sh -e /etc/init.d/xvfb start"
21+
# - sleep 3
2222

2323
# Build the project
2424
script:
25-
- ant build
25+
- ant assemble
2626

2727
# Deployment has been disabled in preparation for the WorldWind project suspension on April 5, 2019
2828
#deploy:

0 commit comments

Comments
 (0)