Skip to content

Commit

Permalink
Update travis yml to include zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Nov 6, 2019
1 parent 5b60d77 commit be924f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
before_install:
- docker pull swift:5.0
script:
- docker run -v "$(pwd):/root/aws-signer" swift:5.0 /bin/sh -c "apt install libssl-dev && cd /root/aws-signer && swift build && swift test --parallel -Xswiftc -DDEBUG"
- docker run -v "$(pwd):/root/aws-signer" swift:5.0 /bin/sh -c "apt-get -q -y install libssl-dev zlib1g-dev && cd /root/aws-signer && swift build && swift test --parallel -Xswiftc -DDEBUG"
- os: osx
language: swift
osx_image: xcode10.2
Expand Down

0 comments on commit be924f6

Please sign in to comment.