Skip to content

Commit d0acd32

Browse files
committed
Verify that the site goal is working.
Currently you could not create the site with Java 8. Unfortunately I didn't know about this. In order to avoid such an accident we will build the site on the CI server, too.
1 parent 8d057b4 commit d0acd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: java
2-
script: mvn verify javadoc:javadoc
2+
script: mvn verify javadoc:javadoc site:site
33
jdk:
44
- oraclejdk7
55
- oraclejdk8

0 commit comments

Comments
 (0)