This is an automated email from the ASF dual-hosted git repository. sgoeschl pushed a commit to branch FREEMARKER-151 in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git
commit 8bdac157dbbd5381d0a0fab2fc3e71f0b910bbce Author: Siegfried Goeschl <[email protected]> AuthorDate: Mon Jul 6 10:48:22 2020 +0200 FREEMARKER-151 [freemarker-cli] Ensure that build and and examples are running on Windows --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b3680d5..f6d344e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: java +os: + - windows + - linux jdk: - openjdk8 - openjdk9
