We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e564b5 commit df57115Copy full SHA for df57115
.travis.yml
@@ -2,19 +2,16 @@ sudo: required
2
dist: trusty
3
language: java
4
jdk:
5
- - oraclejdk8
6
-#before_install:
7
-# - cat /etc/hosts # optionally check the content *before*
8
-# - sudo hostname "$(hostname | cut -c1-63)"
9
-# - sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
10
-# - sudo mv /tmp/hosts /etc/hosts
11
-# - cat /etc/hosts # optionally check the content *after*
+ - oraclejdk8
+install:
+- sudo apt-get install ant-optional
12
addons:
13
hosts:
14
- myshorthost
15
hostname: myshorthost
16
17
-script: ant -buildfile ./framework/build.xml test
+script:
+- ant -buildfile ./framework/build.xml test
18
19
after_failure:
20
find samples-and-tests -name '*.failed.html' -exec echo {} \; -exec cat {} \;
0 commit comments