Skip to content

Commit 8bcd857

Browse files
author
Pushkar N Kulkarni
committed
travis.yml: Use BREW_INSTALL_PACKAGES to install libressl
1 parent 8141456 commit 8bcd857

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ matrix:
5050
- os: osx
5151
osx_image: xcode10.1
5252
sudo: required
53-
env: SWIFT_SNAPSHOT=4.2.1 KITURA_NIO=1
53+
env: SWIFT_SNAPSHOT=4.2.1 KITURA_NIO=1 BREW_INSTALL_PACKAGES="libressl"
5454

5555
before_install:
56-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install libressl ; fi
5756
- git clone https://github.com/IBM-Swift/Package-Builder.git
5857

5958
script:

0 commit comments

Comments
 (0)