소스 검색

trying to fix .travis file

kakwa 8 년 전
부모
커밋
8b66c41a84
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      .travis.yml

+ 1 - 3
.travis.yml

@@ -33,9 +33,7 @@ before_script:
   # Check some settings of the build server
   - uname -a
   - pwd
-  - if [[ "${BUILD_TYPE}" == "OSX_OPENSSL_1_1" ]]; then
-	 brew install openssl@1.1
-    fi
+  - if [[ "${BUILD_TYPE}" == "OSX_OPENSSL_1_1" ]]; then brew install openssl@1.1 ;fi
   # Generate the build scripts with CMake
   - mkdir output
   - gcc test/cgi_test.c -o output/cgi_test.cgi