소스 검색

travis: add osx

Nicola Murino 6 년 전
부모
커밋
b728a06984
2개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 0
      .travis.yml
  2. 2 2
      README.md

+ 4 - 0
.travis.yml

@@ -1,5 +1,9 @@
 language: go
 
+os:
+  - linux
+  - osx
+
 go:
   - "1.12.x"
 

+ 2 - 2
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