From b7f06adce45dc1a319bb79e505b23d58fcfe549d Mon Sep 17 00:00:00 2001 From: Gardient Date: Thu, 17 Nov 2016 12:06:54 +0200 Subject: [PATCH] Adds travis-ci yaml --- .travis.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .travis.yaml diff --git a/.travis.yaml b/.travis.yaml new file mode 100644 index 0000000..61340fa --- /dev/null +++ b/.travis.yaml @@ -0,0 +1,2 @@ +language: csharp +solution: CloudWatchLogDownloader.sln \ No newline at end of file