Skip to content

Commit fc1243d

Browse files
committed
Travis build fix
1 parent 19c2203 commit fc1243d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ language: java
66

77
# Configure the build to use Oracle JDK 9
88
jdk:
9-
- oraclejdk9
9+
- oraclejdk11
1010

1111
# Install the Ant JUnit package, which is missing from the Travis CI environment. See the Travis documentation: https://docs.travis-ci.com/user/installing-dependencies/#Adding-APT-Packages
1212
addons:
@@ -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 assemble
25+
- ant -f release-build.xml
2626

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

0 commit comments

Comments
 (0)