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 e9fbf30 commit 0df5ff9Copy full SHA for 0df5ff9
.travis.yml
@@ -15,14 +15,14 @@ addons:
15
- ant-optional
16
17
# 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
+# before_script:
+ # - "export DISPLAY=:99.0"
+ # - "sh -e /etc/init.d/xvfb start"
+ # - sleep 3
22
23
# Build the project
24
script:
25
- - ant build
+ - ant assemble
26
27
# Deployment has been disabled in preparation for the WorldWind project suspension on April 5, 2019
28
#deploy:
0 commit comments