mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
travis: add osx
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.12.x"
|
- "1.12.x"
|
||||||
|
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ Full featured and highly configurable SFTP server software
|
|||||||
|
|
||||||
## Platforms
|
## Platforms
|
||||||
|
|
||||||
SFTPGo is developed and tested on Linux, regularly the test cases are executed and pass on macOS and Windows.
|
SFTPGo is developed and tested on Linux. After each commit the code is automatically built and tested on Linux and macOS using Travis CI.
|
||||||
Other UNIX variants such as *BSD should work too.
|
Regularly the test cases are manually executed and pass on Windows. Other UNIX variants such as *BSD should work too.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user