From bb936170cd38b6263788ecb95e812b920f6de099 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Mon, 4 Dec 2017 19:04:20 +0000 Subject: [PATCH] try adding dotnet 1 too --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 945ed14d..6f24d40e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,9 @@ matrix: - dotnet: 2.0.0 mono: none env: DOTNETCORE=1 + matrix: + - dotnet: 1.0.4 + mono: none + env: DOTNETCORE=1 # optional, can be used to take different code paths in your script script: - ./build.sh \ No newline at end of file