Skip to content

Commit

Permalink
Add libressl travis
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkhanAlikhanov committed Mar 13, 2018
1 parent 9ff704b commit cff41fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ matrix:
- os: linux
dist: trusty
sudo: required
addons:
apt:
sources:
- sourceline: 'deb [trusted=yes] http://apt.orkhanalikhanov.com ./'
packages:
- libressl
install: eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
script: swift test
script: env LD_LIBRARY_PATH='/usr/local/lib:/usr/local/opt/libressl/lib:$LD_LIBRARY_PATH' swift test

- os: osx
osx_image: xcode9
Expand Down

0 comments on commit cff41fd

Please sign in to comment.