1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 10:10:40 +03:00

Merge PR #598: Travis CI: upgrade everything on MacOS

This commit is contained in:
Davide Beatrici 2018-08-01 13:50:15 +02:00 committed by GitHub
commit 172548d0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ matrix:
- os: osx - os: osx
compiler: clang compiler: clang
before_install: before_install:
- brew update && brew upgrade openssl - brew update && brew upgrade
script: script:
- ./configure - ./configure
- make -C tmp - make -C tmp