From b728a06984c7e8f562c67ecba3376ce2813870cc Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sat, 27 Jul 2019 22:45:11 +0200 Subject: [PATCH] travis: add osx --- .travis.yml | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c23ead77..359397f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: go +os: + - linux + - osx + go: - "1.12.x" diff --git a/README.md b/README.md index 87ecdb64..a40ab3dd 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Full featured and highly configurable SFTP server software ## Platforms -SFTPGo is developed and tested on Linux, regularly the test cases are executed and pass on macOS and Windows. -Other UNIX variants such as *BSD should work too. +SFTPGo is developed and tested on Linux. After each commit the code is automatically built and tested on Linux and macOS using Travis CI. +Regularly the test cases are manually executed and pass on Windows. Other UNIX variants such as *BSD should work too. ## Requirements