You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ language: java
6
6
7
7
# Configure the build to use Oracle JDK 9
8
8
jdk:
9
-
- oraclejdk9
9
+
- oraclejdk11
10
10
11
11
# 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
12
12
addons:
@@ -15,14 +15,14 @@ addons:
15
15
- ant-optional
16
16
17
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
18
+
before_script:
19
+
- "export DISPLAY=:99.0"
20
+
- "sh -e /etc/init.d/xvfb start"
21
+
- sleep 3
22
22
23
23
# Build the project
24
24
script:
25
-
- ant assemble
25
+
- ant -f release-build.xml
26
26
27
27
# Deployment has been disabled in preparation for the WorldWind project suspension on April 5, 2019
0 commit comments