Update .travis.yml
This commit is contained in:
parent
7797dd2c2e
commit
a0a6afe93b
|
|
@ -94,7 +94,7 @@ install:
|
|||
# Create our container
|
||||
- docker exec -t ubuntu-test-container bash -c "apt-get update -y &&
|
||||
apt-get --no-install-recommends install -y software-properties-common cmake
|
||||
ninja-build libboost-all-dev libev-dev libuv1-dev ninja-build $COMPILER_PACKAGE &&
|
||||
ninja-build libboost-all-dev libev-dev libuv1-dev ninja-build openssl-dev $COMPILER_PACKAGE &&
|
||||
apt-get -y clean && rm -rf /var/lib/apt/lists/*"
|
||||
|
||||
################
|
||||
|
|
|
|||
Loading…
Reference in New Issue