We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc9d3b9 + 3e6f192 commit bc54886Copy full SHA for bc54886
.travis.yml
@@ -25,6 +25,11 @@ addons:
25
packages:
26
- ant-optional
27
28
+# Custom install script to force using ant instead of gradle if travis detects a build.gradle file.
29
+install:
30
+ # Using clean as dummy target; could install dependencies here if needed.
31
+ - ant clean
32
+
33
# Use xvfb to run tests that require a GUI and give it some time to start
34
before_script:
35
- "export DISPLAY=:99.0"
0 commit comments