You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by sg...@apache.org on 2020/07/06 08:48:40 UTC

[freemarker-generator] 01/01: FREEMARKER-151 [freemarker-cli] Ensure that build and and examples are running on Windows

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 <si...@gmail.com>
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