From a8289527ad8baff8398151a91f92c94bb5bac9c1 Mon Sep 17 00:00:00 2001 From: Stu Date: Sat, 20 Oct 2018 20:51:13 +0100 Subject: [PATCH 1/2] verify build on windows, linux and osx --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3b53e86..0b9264f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ language: groovy +os: + - windows + - linux + - osx script: - "./gradlew --info --stacktrace test" \ No newline at end of file From eecb8ff7bfb0afcde0076d62706b3dd062dfa698 Mon Sep 17 00:00:00 2001 From: Stu Date: Sat, 20 Oct 2018 21:31:18 +0100 Subject: [PATCH 2/2] try bash for windows support --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b9264f..74f1f62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -language: groovy +language: bash os: - windows - linux